Refactor directory structure

This commit is contained in:
Arturo Filastò 2018-03-22 15:58:10 +01:00
parent 09bb67ab1f
commit 75d639d771
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
vendor/ /vendor
/ooni /dist
*.njson *.njson

View File

@ -2,7 +2,7 @@ GO ?= go
build: build:
@echo "Building ./ooni" @echo "Building ./ooni"
@$(GO) build -i -o ooni cmd/ooni/main.go @$(GO) build -i -o dist/ooni cmd/ooni/main.go
.PHONY: build .PHONY: build
bindata: bindata: