diff options
Diffstat (limited to 'yomichan/makefile')
-rw-r--r-- | yomichan/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/yomichan/makefile b/yomichan/makefile index e00dc57..c4bd45e 100644 --- a/yomichan/makefile +++ b/yomichan/makefile @@ -41,6 +41,9 @@ patch: ln -sf search-patched.html yomichan/search.html ln -sf manifest-patched.json yomichan/manifest.json +yomichan-chrome-patched.zip: yomichan patch + zip -qr $@ $< + clean: - $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip + $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip yomichan-chrome-patched.zip |