diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-10-07 19:57:27 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-10-07 19:57:27 +0200 |
commit | 7c68bc59f59eabca2ee4e64d35cd8b2feb33d639 (patch) | |
tree | cc40ba843d9a071313371a65addfaa7487e44ba4 | |
parent | e6562345ed0ea429a0eebd2a290bd7991643e32c (diff) |
update main makefile3.5.0
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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` $^ |