eitmer.love depends on bundle/win_image.png too

This commit is contained in:
Juhani Krekelä 2019-06-29 16:49:02 +03:00
parent 164c8cd778
commit 5eb0162e5b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ BIN=eitmer.love
all: $(BIN)
$(BIN): bundle/main.lua bundle/conf.lua
$(BIN): bundle/main.lua bundle/conf.lua bundle/win_image.png
cd bundle; zip -9 -r ../$@ *
clean: