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