Allow CXX and CPPFLAGS override

This commit is contained in:
2015-04-26 09:11:55 +03:00
parent 4ce1fcacf3
commit b30fd011d0

View File

@@ -1,5 +1,5 @@
CXX=c++ CXX ?= c++
CPPFLAGS= -Wall \ CPPFLAGS ?= -Wall \
-Wextra \ -Wextra \
-pipe \ -pipe \
-Wmissing-declarations \ -Wmissing-declarations \