Commit Diff
--- make/TODO +++ make/TODO @@ -1,3 +1,10 @@ - write a useful README about how this make differs from all the other makes - options: -q, -k - make MACRO=VALUE +- make this work: + === MyMakefile + CFLAGS = -ansi + .export CFLAGS + + === sub/MyMakefile + CFLAGS += -Wall