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++
CPPFLAGS= -Wall \
CXX ?= c++
CPPFLAGS ?= -Wall \
-Wextra \
-pipe \
-Wmissing-declarations \