summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a272c82..612fbba 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ view: $(zip)
20_images: 20_images:
21 systemd-run -tdP -- btrfs subvolume create $@ 21 systemd-run -tdP -- btrfs subvolume create $@
22 systemd-run -tdP -- chown --reference=$@/.. $@ 22 systemd-run -tdP -- chown --reference=$@/.. $@
23$(version) _images/$(version)/: | _images 23$(version) _images/$(version): | _images
24 mkdir $@ 24 mkdir $@
25$(img): $(zip) | $(dir $(img)) 25$(img): $(zip) | $(dir $(img))
26 $(call sha256_check_file,$(zip)) 26 $(call sha256_check_file,$(zip))