From 6aa329c405ca7cdaa6a0ed654eb5cb95386e3f76 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 18 Jul 2017 16:42:26 -0400 Subject: [PATCH] updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e444fa2..0c3bdc2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ build: rm -fr supersphere.love - zip -r supersphere.love assets lib *.lua \ No newline at end of file + zip -r dist/supersphere.love assets lib *.lua \ No newline at end of file