6 lines
40 B
Makefile
6 lines
40 B
Makefile
|
|
all:
|
||
|
|
|
||
|
|
%: FORCE
|
||
|
|
+redo $@
|
||
|
|
|
||
|
|
.PHONY: FORCE
|