summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-03-24 22:15:23 +0200
committerPaul Buetow <paul@buetow.org>2023-03-24 22:15:23 +0200
commit02384f2667a2f10c9d776d6a259701d0b6542b54 (patch)
treec4f6850c0c5c0baf65f15a68e85376143632591b
parent0c217e49542b1baeb73e4e56a868a08ea51296ac (diff)
cleanup makefile
-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: