Files
ashram/Makefile

10 lines
134 B
Makefile
Raw Permalink Normal View History

2026-03-16 07:26:23 +01:00
.PHONY: all format
2026-03-15 14:56:55 +01:00
all: .system
.system: config.scm
sudo guix system reconfigure $<
touch $@
2026-03-16 07:26:23 +01:00
format: config.scm
guix style -f $<