]> begriffs open source - libtap/commit
Allow CFLAGS and CC to be append and set pull/27/head 27/head
authorSunny Chan <github@sunnychan.hk>
Fri, 28 Oct 2016 07:23:17 +0000 (15:23 +0800)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2016 07:23:17 +0000 (15:23 +0800)
commit3d442fc68c722346982015292fbeb72a6a862de7
treefb326657761e4479b19370b85224f82f6f034fdd
parentd2109aa9d3898359bb8c5f8dabe0221169ed4bd2
Allow CFLAGS and CC to be append and set

This change would allow CFLAGS to be append in the command line - for example if we want to make 32bit version on 64bit file we can do:

CFLAGS=-m32 make

which is not possible if you use equals.

likewise ?= in CC allow user to set CC in the environment
Makefile