aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-10-07 19:57:27 +0200
committerlonkaars <loek@pipeframe.xyz>2023-10-07 19:57:27 +0200
commit7c68bc59f59eabca2ee4e64d35cd8b2feb33d639 (patch)
treecc40ba843d9a071313371a65addfaa7487e44ba4 /makefile
parente6562345ed0ea429a0eebd2a290bd7991643e32c (diff)
update main makefile3.5.0
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 4577381..32a6cfe 100644
--- a/makefile
+++ b/makefile
@@ -7,13 +7,13 @@ ARTIFACTS := yomichan/yomichan-chrome-patched.zip \
all: $(ARTIFACTS)
yomichan/yomichan-chrome-patched.zip:
- make -C yomichan yomichan-chrome-patched.zip
+ $(MAKE) -C yomichan yomichan-chrome-patched.zip
anki-card-template/back-template.html anki-card-template/front-template.html:
- make -C anki-card-template
+ $(MAKE) -C anki-card-template
yomichan-user/yomichan-user.css yomichan-user/yomichan-user.js:
- make -C yomichan-user
+ $(MAKE) -C yomichan-user
release: $(ARTIFACTS)
gh release create --latest -t "`git describe --tags`" `git describe --tags` $^