Makefile: Include a .make.options if present
authorMichel Pollet <buserror@gmail.com>
Mon, 28 May 2012 09:16:42 +0000 (10:16 +0100)
committerMichel Pollet <buserror@gmail.com>
Mon, 28 May 2012 09:16:42 +0000 (10:16 +0100)
commitf5c4abeb873c4e94054e582273c84f9b1c3f9834
tree72be42283a11603412177c83cd57c2c6d139afd0
parenta6fbd08748c1325f221b1f2e4e619df56df65535
Makefile: Include a .make.options if present

A file .make.options will be loaded if present. It allows specifyong host
dependent flags without polluting the makefile, or use flags that wont work
on all hosts.
My current one contains:

export CC = clang
export CFLAGS = -march=corei7-avx

Signed-off-by: Michel Pollet <buserror@gmail.com>
Makefile.common