]> Sergey Matveev's repositories - nnn.git/commit
Allow custom CFLAGS and CPPFLAGS in Makefile
authorZhiming Wang <zmwangx@gmail.com>
Mon, 3 Apr 2017 18:50:21 +0000 (14:50 -0400)
committerZhiming Wang <zmwangx@gmail.com>
Mon, 3 Apr 2017 18:50:21 +0000 (14:50 -0400)
commite758ff78e5294e4358a8208c58db9189a7059120
tree6eed6334bee5ff87da39ace07ee9db29fdd66757
parent754ea4d3efbe54ef5649536fcef1600d2f090233
Allow custom CFLAGS and CPPFLAGS in Makefile

This is consistent with the fact that custom LDFLAGS are already allowed, and
for once, it makes warning options easier to control.

Also use automatic variables $@ and $^ consistently.
Makefile