summaryrefslogtreecommitdiff
path: root/Makefile
blob: 78e708faba22e5f65af1664c14b998d6154a4ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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))'

deploy:
	scp -r target/* heimdallr:/var/www/operationnull/

clean:
	rm -rf target/