Pleroma chat client in PyQt5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
plchat/Makefile

8 lines
126 B

ifeq ($(PREFIX),)
PREFIX := /usr/local
endif
all: release
release:
nuitka3 --follow-imports --prefer-source-code plchat.py