diff --git a/Makefile b/Makefile index 2d42102..e37287f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BIN=eitmer.love all: $(BIN) $(BIN): bundle/main.lua bundle/conf.lua - cd bundle; zip -9 -r ../$@ . + cd bundle; zip -9 -r ../$@ * clean: rm -f $(BIN)