aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 07:17:35 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 07:17:35 -0300
commitd4cf43a3dd84e812274aa3b6dbce4617b3653d26 (patch)
tree663abacb61e25eff130e207509db0f6742ba78a9 /Makefile
parentMakefile: Add "check-shellcheck" target (diff)
downloadserver-d4cf43a3dd84e812274aa3b6dbce4617b3653d26.tar.gz
server-d4cf43a3dd84e812274aa3b6dbce4617b3653d26.tar.xz
Makefile: Remove result{,-next} shenanigans
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show d4cf43a3dd84e812274aa3b6dbce4617b3653d26 git notes --ref=refs/notes/ci-data show d4cf43a3dd84e812274aa3b6dbce4617b3653d26 Exit status: 0 Duration: 42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
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