diff --git a/Makefile b/Makefile index 092f41c9..3b8d1767 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