mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
rebuild gui if any icons change
This commit is contained in:
parent
867136eace
commit
5fbe9ff048
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ JSDEPS := $(patsubst ts/src/%.ts, web/%.js, $(TSDEPS))
|
||||||
|
|
||||||
BUILDDEPS := .build/ui .build/js
|
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
|
./tools/build_ui.sh
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue