plchat/Makefile

8 lines
126 B
Makefile

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