docs: readme update

This commit is contained in:
evilsocket 2018-01-07 17:03:01 +01:00
parent 6fc4c4c335
commit 2d7f2bd2a3

View file

@ -6,6 +6,9 @@ all: build
@echo "@ Done"
@echo -n "\n"
test: build
@go test ./...
build: build_file
@echo "@ Building ..."
@go build $(FLAGS) -o $(TARGET) .
@ -31,8 +34,6 @@ deps:
@go get github.com/chzyer/readline
@go get github.com/op/go-logging
test:
@go test ./...
clean:
@rm -rf $(TARGET) net/oui_compiled.go