Remove install targets
This commit is contained in:
parent
f03c509552
commit
b423d61fce
8
Makefile
8
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
|
||||
|
Reference in New Issue
Block a user