Add PHONY marker for re-running targets

This commit is contained in:
Luke Murphy 2020-09-08 08:49:08 +02:00
parent e3109575da
commit ca25739a69
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ dev_install:
install:
install abra $(HOME)/.local/bin/abra
.PHONY: dev_install install