aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 114cb13f613a8078ba26dfe6670275cc7a5b2070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.POSIX:


all:


check:

clean:
	rm -rf public/

dev-check: check

public:

deploy:
	scp src/infrastructure/guix/system.scm toph:/etc/guix/
	ssh toph reconfigure