diff --git a/Makefile b/Makefile index e144dec..2049095 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ lint: stylua --indent-type Spaces ./ build: preprocess - zip Game.love ./* + zip -r Game.love ./*