summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-07 03:29:29 +0200
committerAki <nthirtyone@gmail.com>2017-04-07 03:29:29 +0200
commit8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92 (patch)
treed03981d20850de9591a365c4a233d94360dbfc59 /Makefile
parentd1a19fea50aefc9d7fb52568a5bdcfb56d75eccf (diff)
downloadroflnauts-8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92.zip
roflnauts-8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92.tar.gz
roflnauts-8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92.tar.bz2
Makefile for new tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 62c3c9d..5f17a9c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all:
- zip not-nautz not/*.lua maps/*.lua config/*.lua assets/*.png assets/sounds/*.ogg assets/platforms/*.png assets/nauts/*.png assets/music/*.ogg assets/decorations/*.png assets/backgrounds/*.png *.lua gamecontrollerdb.txt settings.default
+ zip not-nautz not/*.lua config/maps/*.lua config/menus/*.lua config/*.lua assets/*.png assets/sounds/*.ogg assets/platforms/*.png assets/nauts/*.png assets/music/*.ogg assets/decorations/*.png assets/backgrounds/*.png *.lua gamecontrollerdb.txt settings.default
mv not-nautz.zip ../not-nautz.love
clean:
- $(RM) ../not-nautz.love \ No newline at end of file
+ rm ../not-nautz.love \ No newline at end of file