diff options
Diffstat (limited to 'tools/jsonproc/Makefile')
| -rw-r--r-- | tools/jsonproc/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tools/jsonproc/Makefile b/tools/jsonproc/Makefile index b415e7b..47198b1 100644 --- a/tools/jsonproc/Makefile +++ b/tools/jsonproc/Makefile @@ -1,4 +1,4 @@ -CXX := g++ +CXX ?= g++  CXXFLAGS := -Wall -std=c++11 -O2 @@ -8,7 +8,7 @@ SRCS := jsonproc.cpp  HEADERS := jsonproc.h inja.hpp nlohmann/json.hpp -.PHONY: clean +.PHONY: all clean  all: jsonproc  	@: | 
