summaryrefslogtreecommitdiff
path: root/Makefile
blob: ff35e6d7e5f364367ed5891576a70ad20446d33a (plain)
1
2
3
4
5
6
7
8
9
10
11
GUILE=guix shell guile haunt -- guile

serve:
	${GUILE} -c '((@ (haunt serve web-server) serve) "target/")'

site:
	${GUILE} -L ./src -c \
	'((@ (haunt site) build-site) (@ (operationnull site) main-site))'

clean:
	rm -rf target/