From 02384f2667a2f10c9d776d6a259701d0b6542b54 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 24 Mar 2023 22:15:23 +0200 Subject: cleanup makefile --- Makefile | 4 ---- 1 file changed, 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: -- cgit v1.2.3