From b423d61fce39f8964e59a75a3476396183a2847e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 26 Oct 2020 17:48:12 +0100 Subject: [PATCH] Remove install targets --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 092f41c..3b8d176 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,5 @@ default: test -dev-install: - @ln -sf $(PWD)/abra ~/.local/bin - -install: - @curl https://install.abra.autonomic.zone | bash - test: @bats test.bats @@ -25,4 +19,4 @@ docopt: coverage: @kcov coverage kcov -.PHONY: dev-install install test dev-install-yq docopt coverage +.PHONY: test dev-install-yq docopt coverage