aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
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 ./...