diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-24 22:15:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-24 22:15:23 +0200 |
| commit | 02384f2667a2f10c9d776d6a259701d0b6542b54 (patch) | |
| tree | c4f6850c0c5c0baf65f15a68e85376143632591b | |
| parent | 0c217e49542b1baeb73e4e56a868a08ea51296ac (diff) | |
cleanup makefile
| -rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,3 @@ -all: - go build -run: - go run main.go test: go test ./... -v bench: |
