Created makefile, organized files, updated gitignore

This commit is contained in:
Juul
2025-07-16 18:05:37 +02:00
parent 0470b3f280
commit 5286a9de73
6 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
run:
python3 __main__.py
package:
rm p1-fopper.pyz && python3 -m zipapp . -o p1-fopper.pyz