diff options
Diffstat (limited to 'yomichan-user/makefile')
-rw-r--r-- | yomichan-user/makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/yomichan-user/makefile b/yomichan-user/makefile index 68a103b..c4cf026 100644 --- a/yomichan-user/makefile +++ b/yomichan-user/makefile @@ -1,4 +1,4 @@ -.PHONY: clean all +.PHONY: clean all FORCE M4FLAGS += -I./assets/ @@ -40,8 +40,7 @@ user.js: user.css: cat $^ > $@ -header.txt: header.txt.m4 -header.txt: ../.git/HEAD +header.txt: header.txt.m4 FORCE yomichan-user.js: header.txt user.min.js cat $^ > $@ |