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)
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>

No differences found