experiments-pico8/Justfile

12 lines
206 B
Makefile
Raw Normal View History

2023-04-30 11:10:30 +00:00
set shell := ["fish", "-c"]
2023-03-08 07:51:02 +00:00
clean:
-rm *.p8l
save message:
git commit -m "{{message}}"
git push
2023-04-30 11:10:30 +00:00
build target:
pico8 -export index.html games/{{target}}.p8
zip -r {{target}}.zip index.html index.js