web interface stuff
This commit is contained in:
6
Makefile
6
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user