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