diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-29 22:37:50 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-29 22:37:50 +0100 |
commit | a43d748c9369225f6c27e2c0e20cb245d251bae0 (patch) | |
tree | 5272be1963a83d98757b0094eb77195c56895c77 /yomichan/makefile | |
parent | f39b1fcbe332b3f7c68db15801a97590621c583d (diff) |
fix yomichan patch `clean` target3.1.1
Diffstat (limited to 'yomichan/makefile')
-rw-r--r-- | yomichan/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yomichan/makefile b/yomichan/makefile index f0285e5..9dd993d 100644 --- a/yomichan/makefile +++ b/yomichan/makefile @@ -65,5 +65,5 @@ yomichan-chrome-patched.zip: clean patch zip -qr $@ yomichan clean: - $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip yomichan-chrome-patched.zip + $(RM) -r sentence-export.min.js yomichan yomichan-chrome.zip yomichan-chrome-patched.zip info.html.diff |