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



all:


check:

clean:

public:


## Generate the ".ssh/authorized_keys" file and upload
## it to rsync.net.
upload-keys:
	cat src/infrastructure/keys/SSH/*.pub | ssh suyin dd of=.ssh/authorized_keys