diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-30 19:07:24 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-30 19:07:24 +0100 |
commit | a29b452b89b2f83f0785f7e05ef5de0e60645b5a (patch) | |
tree | 4c867df855826dac2aeb7441465e52e39580e191 /yomichan-user/makefile | |
parent | f1fa7f0c181ab96a42c8bd7bbab4c8270fe31acf (diff) |
clean up keyboard shortcuts + add shortcut for copying sentence
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 $^ > $@ |