aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f29db0b5..b65f0c67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: test tw/system/%.test tw/home/%.test images tw/system/installer/%.image
+.PHONY: secrets test tw/system/%.test tw/home/%.test images tw/system/installer/%.image
systems = $(wildcard tw/system/*.scm)
homes = $(wildcard tw/home/*.scm)
@@ -15,3 +15,6 @@ tw/system/%.test: tw/system/%.scm
tw/system/installer/%.image: tw/system/installer/%.scm
guix system image -L $(CURDIR) -t iso9660 --label=GUIX_$$(date -Idate) $<
+
+secrets: regenerate-secrets.sh
+ $(CURDIR)/$<