diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-29 18:08:51 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-29 18:08:51 +0100 |
commit | 69f8266d050b0b794777357d2267be7c639581e9 (patch) | |
tree | 1820ec5895cc247f3e1915828b8ce03b41f06f39 | |
parent | 5f85582e6e76042e253b51d7c943cb1533f4e3b4 (diff) |
fix yomichan makefile
-rw-r--r-- | yomichan/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yomichan/makefile b/yomichan/makefile index 1970755..f1ef964 100644 --- a/yomichan/makefile +++ b/yomichan/makefile @@ -56,7 +56,7 @@ patch: mv yomichan/manifest.json.patched yomichan/manifest.json yomichan-chrome-patched.zip: patch - zip -qr $@ $< + zip -qr $@ yomichan clean: $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip yomichan-chrome-patched.zip |