summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16c5a50..ac01630 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ define sha256_check_file
25endef 25endef
26 26
27$(img): | $(zip) $(ver) 27$(img): | $(zip) $(ver)
28 $(call sha256_check_file,$(zip))
28 unzip -d $(ver) $(zip) 29 unzip -d $(ver) $(zip)
29 30
30$(zip): 31$(zip):