aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-10-02 12:22:33 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-10-02 12:22:33 -0400
commitbdbf39219bc5c16cdbbbd1d5a227edd87d56b34a (patch)
tree2fb91287cb4348e4279b64fc3283c719bed947a3 /Makefile
parent7e8ad97094fbd7753116254f1021f96447e4ec9c (diff)
Add README with instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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 ./...