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