aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-11-14 22:50:42 +0100
committerMartin Polden <mpolden@mpolden.no>2019-11-14 22:50:42 +0100
commitd19f48af677d13985cdf4e96d18d463bd8518307 (patch)
tree063b3a2bbd2dc8c8310d7167318cc4c9db12bbc4
parent363b45b129e3c27f86313e28f01aff371c47d960 (diff)
Remove unused target
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ee028b1..d8c9d30 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,6 @@ XBIN := $(XGOOS)_$(XGOARCH)/lftpq
all: lint test install
-deps:
- go get ./...
-
test:
go test ./...