From 26199823381c0a9ee81a8eddde1d8c093c101685 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 10 Oct 2016 22:08:17 +0200 Subject: Yeah, makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5eee011 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + zip not-nautz 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 + mv not-nautz.zip ../not-nautz.love + +clean: + $(RM) ../not-nautz.love \ No newline at end of file -- cgit v1.1