Files
ashram/Makefile
2026-03-15 14:56:55 +01:00

7 lines
89 B
Makefile

.PHONY: all
all: .system
.system: config.scm
sudo guix system reconfigure $<
touch $@