From 75d639d7717c569dcd9bd18ed202a2e2d87a324d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Thu, 22 Mar 2018 15:58:10 +0100 Subject: [PATCH] Refactor directory structure --- .gitignore | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4c28eb..fc60875 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -vendor/ -/ooni +/vendor +/dist *.njson diff --git a/Makefile b/Makefile index b605179..56f819c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO ?= go build: @echo "Building ./ooni" - @$(GO) build -i -o ooni cmd/ooni/main.go + @$(GO) build -i -o dist/ooni cmd/ooni/main.go .PHONY: build bindata: