From fc23e101c26f0f03936725ec1c0e4aefe3b08c1e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 07:58:19 -0300 Subject: Makefile: Rename "result" to "system" --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3