aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/makefile b/makefile
index cd4efb4..4577381 100644
--- a/makefile
+++ b/makefile
@@ -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` $^