aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: f2d28e64094bf9f76c8a4e4be5998afd2d8ea7db (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.wg:/etc/guix/
	ssh toph.wg reconfigure