From d4cf43a3dd84e812274aa3b6dbce4617b3653d26 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 07:17:35 -0300 Subject: Makefile: Remove result{,-next} shenanigans --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e92826a..14685aa 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,8 @@ all: result result: ALWAYS src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped - rm -f result-next - guix system -v3 -r result-next build src/infrastructure/guix/system.scm - rm -f result - mv result-next result + rm -f $@ + guix system -v3 -r $@ build src/infrastructure/guix/system.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