diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-30 16:04:40 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-30 16:05:40 +0100 |
commit | ea06526ea33df1ae5b38065a87c72af1614ace22 (patch) | |
tree | 80afe29cf373c1645487a41a2ded9ed5c001ddaa /makefile | |
parent | ac337da14c501ffeed4d0c593753f8e5d547ecff (diff) |
fix yomichan makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,14 +7,13 @@ ARTIFACTS := yomichan/yomichan-chrome-patched.zip \ all: $(ARTIFACTS) yomichan/yomichan-chrome-patched.zip: - make -C yomichan clean make -C yomichan yomichan-chrome-patched.zip anki-card-template/back-template.html anki-card-template/front-template.html: - make -BC anki-card-template + make -C anki-card-template yomichan-user/yomichan-user.css yomichan-user/yomichan-user.js: - make -BC yomichan-user + make -C yomichan-user release: $(ARTIFACTS) gh release create --latest -t "`git describe --tags`" `git describe --tags` $^ |