apenwarr-redo/Makefile
Avery Pennarun edd8382a52 Change the default rule name from 'it' to 'all'.
This is a departure from how djb seems to have it set up, but I just like it
better.  It's more like the reasonably-common Makefile standard.  (Although
what make *actually* does is just use the first target declared in the
file.)
2010-11-13 01:40:37 -08:00

7 lines
42 B
Makefile

all:
%: FORCE
./redo $@
.PHONY: FORCE