Add makefile

This commit is contained in:
MineRobber9000 2018-07-15 10:51:04 -04:00
parent 1cbe637569
commit 614fc2787e
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
pack.love

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
pack.love: cart.p8 main.lua
zip -9 -r pack.love ./*