adding a phony target to makefile
This commit is contained in:
parent
5b0655cb20
commit
1b38333f7c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -25,4 +25,5 @@ clean:
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
.PHONY: uninstall
|
.PHONY: uninstall
|
||||||
|
.PHONY: clean
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue