Makefile: use a .PHONY rule to force everything to forward to redo.

This commit is contained in:
Avery Pennarun 2010-11-12 23:19:27 -08:00
commit 690d1dd7f0

View file

@ -1,4 +1,7 @@
it: it:
%: %: FORCE
./redo $@ ./redo $@
.PHONY: FORCE