summaryrefslogtreecommitdiff
path: root/Makefile
blob: b8fe777e0886beecc795730d9e970afcbd24e3a1 (plain)
1
2
3
4
5
6
7
8
9
10
build:
	go build
demo:
	./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key
clean:
	rm -f public/1/*
	rm public/ca.crt
populate:
	cp test/1/* public/1/
	cp test/files/ca.crt public/