]> git.sur5r.net Git - cc65/commit
Change the makefiles so that CFLAGS that are special for the application are
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 24 Sep 2009 15:07:11 +0000 (15:07 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 24 Sep 2009 15:07:11 +0000 (15:07 +0000)
commitb8e665e8377fcc7a536850ea96a701e71ad0171b
treed10835760fbadd4efc81c281f3771788cfb7f89e
parentc4d83d4cbf9e947ec8075815ec0dba7f6bee440a
Change the makefiles so that CFLAGS that are special for the application are
appended after assigning the base value to CFLAGS. This allows to change
CFLAGS on the command line without too much hassle.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4219 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ar65/make/gcc.mak
src/ca65/make/gcc.mak
src/cc65/make/gcc.mak
src/cl65/make/gcc.mak
src/co65/make/gcc.mak
src/da65/make/gcc.mak
src/grc/make/gcc.mak
src/ld65/make/gcc.mak
src/od65/make/gcc.mak
src/sim65/make/gcc.mak