json11/Makefile

3 lines
129 B
Makefile

test: json11.cpp json11.hpp test.cpp
clang++ -O -std=c++11 -stdlib=libc++ json11.cpp test.cpp -o test -fno-rtti -fno-exceptions