Don't include editor swap file in the .love file

This commit is contained in:
Juhani Krekelä 2019-06-28 20:34:36 +03:00
parent dc485a7c5f
commit 3202549a2a
1 changed files with 1 additions and 1 deletions

View File

@ -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)