From 8b886eeb75f79fb5f5e59af6993ed9d6dcbefe92 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 7 Apr 2017 03:29:29 +0200 Subject: Makefile for new tree --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1