Make shellcheck target PHONY.
This commit is contained in:
parent
8560a4b384
commit
91b9f397b5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,4 +33,4 @@ install: check build
|
|||
uninstall:
|
||||
$(RM) $(PREFIX)/bin/$(INSTALLATION_NAME)
|
||||
|
||||
.PHONY: check clean
|
||||
.PHONY: check shellcheck clean
|
||||
|
|
Loading…
Reference in a new issue