Remove install targets

This commit is contained in:
Luke Murphy 2020-10-26 17:48:12 +01:00
parent f03c509552
commit b423d61fce
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 7 deletions

View File

@ -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