Start laying out the structure of gooni
This commit is contained in:
commit
7327e1ff7f
22 changed files with 529 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
GO ?= go
|
||||
|
||||
build:
|
||||
@echo "Building ./ooni"
|
||||
@$(GO) build -o ooni cmd/ooni/main.go
|
||||
.PHONY: build
|
||||
Loading…
Reference in a new issue