diff --git a/Makefile b/Makefile index dbe6a35..020b24c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ it: -%: +%: FORCE ./redo $@ + +.PHONY: FORCE +