diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-10 13:46:33 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-08-10 13:46:33 +0200 |
commit | 70c5170da71dbe2ec9cbd8369b43e7a62f0acdb5 (patch) | |
tree | 938e56cee3c669de0d1a82235be97c41cb86935f /yomichan-user/makefile | |
parent | 2e0e13dbf4f093360cd0ffe6121bef1b747515b6 (diff) |
remove unfinished WIP + add obsolete notices
Diffstat (limited to 'yomichan-user/makefile')
-rw-r--r-- | yomichan-user/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yomichan-user/makefile b/yomichan-user/makefile index c4cf026..e0a3ea8 100644 --- a/yomichan-user/makefile +++ b/yomichan-user/makefile @@ -8,7 +8,6 @@ CSSMIN := uglifycss all: yomichan-user.js yomichan-user.css user.js: conf.d/lib.js -user.js: lib/handwriting.js/handwriting.canvas.js user.js: conf.d/sentence-export.js user.css: conf.d/sentence-export.css @@ -16,8 +15,6 @@ user.css: conf.d/custom.css user.js: conf.d/word-export.js user.css: conf.d/word-export.css user.js: conf.d/shortcuts.js -user.js: conf.d/handwriting.js -user.css: conf.d/handwriting.css include ../common.mk @@ -32,7 +29,6 @@ GARBAGE += assets/draw.svg.b64 conf.d/sentence-export.css: assets/copy.svg.b64 conf.d/sentence-export.css: conf.d/sentence-export.css.m4 conf.d/word-export.css: assets/copy-bitmap.svg.b64 -conf.d/handwriting.css: assets/draw.svg.b64 user.js: cat $^ > $@ |