10 lines
57 B
Makefile
10 lines
57 B
Makefile
all:
|
|
|
|
Makefile:
|
|
@
|
|
|
|
%: FORCE
|
|
+./redo $@
|
|
|
|
.PHONY: FORCE
|
|
|