aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-01-26 20:17:55 -0800
committerAdam Mathes <adam@trenchant.org>2017-01-26 20:17:55 -0800
commit66b37908f062eef46594d52a905cd2bde55dd505 (patch)
tree5d5e7d86dc8aed3cec26323126f9527ad0888120 /Makefile
parent857ac6caf70eff11f0770972a7619e4e3229a39c (diff)
downloadneko-66b37908f062eef46594d52a905cd2bde55dd505.tar.gz
neko-66b37908f062eef46594d52a905cd2bde55dd505.tar.bz2
neko-66b37908f062eef46594d52a905cd2bde55dd505.zip
fix cmds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index baef138..57c4c2a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@ $(BINARIES): $(SOURCES)
.PHONY: deps run
-
.PHONY: run
deps:
go get $(DEPS)