I tried several combinations, including export CFLAGS="-std=gnu89", and it didn't work.
I don't have skills with GNU, and I have several projects that need to be compiled with -std=gnu89.
How to force Make to pass it to Gcc without editing each Makefile?