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