diff options
author | Aki <nthirtyone@gmail.com> | 2017-04-07 03:29:29 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-04-07 03:29:29 +0200 |
commit | 8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92 (patch) | |
tree | d03981d20850de9591a365c4a233d94360dbfc59 /Makefile | |
parent | d1a19fea50aefc9d7fb52568a5bdcfb56d75eccf (diff) | |
download | roflnauts-8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92.zip roflnauts-8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92.tar.gz roflnauts-8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92.tar.bz2 |
Makefile for new tree
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |