Lay out the structure of nettests
This commit is contained in:
parent
6586166282
commit
7cf5bd2718
8 changed files with 126 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ GO ?= go
|
|||
|
||||
build:
|
||||
@echo "Building ./ooni"
|
||||
@$(GO) build -o ooni cmd/ooni/main.go
|
||||
@$(GO) build -i -o ooni cmd/ooni/main.go
|
||||
.PHONY: build
|
||||
|
||||
bindata:
|
||||
|
|
|
|||
Loading…
Reference in a new issue