diff options
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 |