c@5: test: json11.cpp json11.hpp test.cpp c@5: $(CXX) -O -std=c++11 json11.cpp test.cpp -o test -fno-rtti -fno-exceptions c@5: c@5: clean: c@5: if [ -e test ]; then rm test; fi c@5: c@5: .PHONY: clean