diff options
Diffstat (limited to 'yomichan')
-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 |