Updated Makefile and build instructions

This commit is contained in:
2024-11-15 19:05:29 -05:00
parent 71450b5204
commit 42fc37de65
3 changed files with 21 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
CC=python -m nuitka
linux:
all:
$(CC) --show-progress --assume-yes-for-downloads --onefile wiipy.py --onefile-tempdir-spec="{CACHE_DIR}/NinjaCheetah/WiiPy" -o wiipy
linux-install:
install:
install wiipy /usr/bin/
clean: