Files
P1-fopper/Makefile
T

5 lines
93 B
Makefile

run:
python3 __main__.py
package:
rm p1-fopper.pyz && python3 -m zipapp . -o p1-fopper.pyz