From 75c7e1931f7249ea5ce04729b1919e2aed301c1a Mon Sep 17 00:00:00 2001 From: Tobias Kohlbau Date: Thu, 12 Jul 2018 12:31:35 +0200 Subject: [PATCH] make: drop cli reference (#249) CLI was removed and so should be the dangling reference within `Makefile`. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 77985606..64da3024 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,6 @@ build: run: build ./athens -.PHONY: cli -cli: - go build -o athens ./cmd/cli - .PHONY: docs docs: cd docs && hugo