aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 07:58:19 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 07:58:19 -0300
commitfc23e101c26f0f03936725ec1c0e4aefe3b08c1e (patch)
treef274b526f2aa9d453512e2742032ec296935c117 /Makefile
parentMakefile: Do not build "result" by default (diff)
downloadtoph-fc23e101c26f0f03936725ec1c0e4aefe3b08c1e.tar.gz
toph-fc23e101c26f0f03936725ec1c0e4aefe3b08c1e.tar.xz
Makefile: Rename "result" to "system"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 024b107..283621a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@
all:
-result: ALWAYS src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped
+system: ALWAYS src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped
rm -f $@
- guix system -v3 -r $@ build src/infrastructure/guix/system.scm
+ guix system -v3 -r $@ build src/infrastructure/guix/$@.scm
src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \
src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt