From bdbf39219bc5c16cdbbbd1d5a227edd87d56b34a Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 2 Oct 2024 12:22:33 -0400 Subject: Add README with instructions --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca1bf17..b6980df 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ build: $(BIN) install: $(BIN) cp $(BIN) /usr/bin - cp test: go test ./... -- cgit v1.2.3