From a29b452b89b2f83f0785f7e05ef5de0e60645b5a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 30 Mar 2024 19:07:24 +0100 Subject: clean up keyboard shortcuts + add shortcut for copying sentence --- yomichan-user/makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'yomichan-user/makefile') 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 $^ > $@ -- cgit v1.2.3