summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94fcee2..16c5a50 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ endef
26 26
27$(img): | $(zip) $(ver) 27$(img): | $(zip) $(ver)
28 unzip -d $(ver) $(zip) 28 unzip -d $(ver) $(zip)
29 $(call sha256_check_file,$(img))
30 29
31$(zip): 30$(zip):
32 wget -c https://github.com/ValdikSS/Super-UEFIinSecureBoot-Disk/releases/download/$(ver)/$@ -O $@~tmp 31 wget -c https://github.com/ValdikSS/Super-UEFIinSecureBoot-Disk/releases/download/$(ver)/$@ -O $@~tmp