]> git.tuebingen.mpg.de Git - osl.git/commit
build: Combine CFLAGS and LIBCFLAGS.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 May 2020 19:47:17 +0000 (21:47 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Jun 2020 19:52:29 +0000 (21:52 +0200)
commite6e38b6ed3cab6617d4a497545815568f2e99086
tree5ec6f1c522ac81b87be875c5ab35d851adeeb29f
parente45578c4139edb01197019c2e95d1b4fa92ffc25
build: Combine CFLAGS and LIBCFLAGS.

We stopped compiling some object files twice some time ago. Since
then, all object files are build with the concatenation of both sets
of options.

The two variables are only used at this point, so it is safe to
combine them.
Makefile