Makefile update.

This commit is contained in:
Johannes Findeisen 2022-12-19 10:07:20 +01:00
commit 86d0d41553

View file

@ -1,5 +1,5 @@
all:
nuitka3 --follow-imports --output-dir=./out/ -o ./bin/fgg fgg
nuitka3 --follow-imports --output-dir=./out/ -o ./out/fgg fgg
clean:
rm -rf ./bin/fgg