davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
420 stars 59 forks source link

Allow override of configuration variables without editing Makefile. #244

Closed grobe0ba closed 2 years ago

grobe0ba commented 2 years ago

This change allows for GNU Make to pick up variables for the configuration not just from being overridden on the command line, but from the environment, e.g. export CC=cc; export CXX=c++ is present in my environment, otherwise an incorrect system compiler is used.

I find this behaviour to be useful, however, it is far from required.

davidgiven commented 2 years ago

Thanks --- merged.