Make clean, all, test PHONY
This commit is contained in:
parent
cc356cddfb
commit
886dbb97de
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,8 @@
|
||||||
|
.PHONY: all clean test
|
||||||
|
|
||||||
FILE = netcalc
|
FILE = netcalc
|
||||||
|
|
||||||
all: $(FILE) tests
|
all: $(FILE) test
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue