commit 8a3a48941f0ec06b9254f344bed42d71d9f59fbe from: Benjamin Stürz date: Sun Nov 10 22:36:07 2024 UTC make: update TODO commit - ffa0f08605a72f3ceb366644f4bac8497c28df0e commit + 8a3a48941f0ec06b9254f344bed42d71d9f59fbe blob - 3f14c897128f527b8e1d6076a7a79c75e5f27819 blob + e586848dd0c138dda05510ca680c99724ea9e763 --- 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