make: drop cli reference (#249)

CLI was removed and so should be the dangling reference within `Makefile`.
This commit is contained in:
Tobias Kohlbau
2018-07-12 12:31:35 +02:00
committed by Michal Pristas
parent 119e975c8b
commit 75c7e1931f
-4
View File
@@ -6,10 +6,6 @@ build:
run: build
./athens
.PHONY: cli
cli:
go build -o athens ./cmd/cli
.PHONY: docs
docs:
cd docs && hugo