summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 854a379..e3f4ccf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,3 @@
-all:
- go build
-run:
- go run main.go
test:
go test ./... -v
bench: