diff options
author | EuAndreh <eu@euandre.org> | 2023-03-27 07:58:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-27 07:58:19 -0300 |
commit | fc23e101c26f0f03936725ec1c0e4aefe3b08c1e (patch) | |
tree | f274b526f2aa9d453512e2742032ec296935c117 /Makefile | |
parent | Makefile: Do not build "result" by default (diff) | |
download | server-fc23e101c26f0f03936725ec1c0e4aefe3b08c1e.tar.gz server-fc23e101c26f0f03936725ec1c0e4aefe3b08c1e.tar.xz |
Makefile: Rename "result" to "system"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |