From 832fd64e1011ace02139843b4c2a871b25376866 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 3 Oct 2017 18:24:07 +0200 Subject: Updated conf and makefile to use love-release --- Makefile | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad749e8..e1a044a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,16 @@ -all: - zip not-nautz lib/object/Object.lua 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 +TOOL=love-release +FLAGS=-x Makefile -x .md + +windows: + $(TOOL) -W 32 $(FLAGS) + +love: + $(TOOL) $(FLAGS) + +mac: + $(TOOL) -M $(FLAGS) + +all: windows love mac clean: - rm ../not-nautz.love \ No newline at end of file + rm releases/* -- cgit v1.1