experiments-pico8/Justfile
James Turk 18906ce575 0.9
2023-04-30 06:10:30 -05:00

12 lines
206 B
Makefile

set shell := ["fish", "-c"]
clean:
-rm *.p8l
save message:
git commit -m "{{message}}"
git push
build target:
pico8 -export index.html games/{{target}}.p8
zip -r {{target}}.zip index.html index.js