aboutsummaryrefslogtreecommitdiff
path: root/yomichan/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'yomichan/makefile')
-rw-r--r--yomichan/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/yomichan/makefile b/yomichan/makefile
index 9dd993d..6ac8f6a 100644
--- a/yomichan/makefile
+++ b/yomichan/makefile
@@ -1,6 +1,6 @@
-all:
+all: patch
-.PHONY: clean patch download backup
+.PHONY: clean patch download backup yomichan
include ../common.mk
@@ -23,7 +23,7 @@ yomichan-chrome.zip:
curl https://github.com/FooSoft/yomichan/releases/latest/download/$@ -Lso- > $@
yomichan: yomichan-chrome.zip
- unzip -qo yomichan-chrome.zip -d yomichan
+ unzip -qo $< -d $@
yomichan/manifest.json.bak:
cp yomichan/manifest.json $@