rebuild gui if any icons change

This commit is contained in:
Damien Elmes 2019-12-19 21:11:27 +10:00
parent 867136eace
commit 5fbe9ff048

View File

@ -80,7 +80,7 @@ JSDEPS := $(patsubst ts/src/%.ts, web/%.js, $(TSDEPS))
BUILDDEPS := .build/ui .build/js
.build/ui: $(REQS) $(shell find designer -name '*.ui')
.build/ui: $(REQS) $(shell find designer -type f)
./tools/build_ui.sh
touch $@