web interface stuff

This commit is contained in:
idk
2018-09-19 18:42:09 -04:00
parent edd8ee3746
commit 6b6c74653b
3 changed files with 13 additions and 11 deletions

View File

@ -13,8 +13,8 @@ WEB_INTERFACE = -tags webface
echo:
@echo "$(GOPATH)"
find . -name "*.go" -exec gofmt -w {} \;
find . -name "*.i2pkeys" -exec rm {} \;
find . -path ./.go -prune -o -name "*.go" -exec gofmt -w {} \;
find . -path ./.go -prune -o -name "*.i2pkeys" -exec rm {} \;
test: test-ntcp test-ssu test-config test-manager
@ -34,6 +34,8 @@ try-web:
cd bin && \
./samcatd-web -w -f ../etc/samcatd/tunnels.ini
refresh:
deps:
go get -u github.com/gtank/cryptopasta
go get -u github.com/zieckey/goini