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


all:


check:

clean:
	rm -rf public/

dev-check: check

public:

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