From 7c68bc59f59eabca2ee4e64d35cd8b2feb33d639 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 7 Oct 2023 19:57:27 +0200 Subject: update main makefile --- makefile | 6 +++--- 1 file 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` $^ -- cgit v1.2.3