Refactor directory structure
This commit is contained in:
parent
09bb67ab1f
commit
75d639d771
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
vendor/
|
/vendor
|
||||||
/ooni
|
/dist
|
||||||
*.njson
|
*.njson
|
||||||
|
2
Makefile
2
Makefile
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user