Makefile: use a .PHONY rule to force everything to forward to redo.
This commit is contained in:
parent
3c16056c21
commit
690d1dd7f0
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,7 @@
|
||||||
it:
|
it:
|
||||||
|
|
||||||
%:
|
%: FORCE
|
||||||
./redo $@
|
./redo $@
|
||||||
|
|
||||||
|
.PHONY: FORCE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue