json11/Makefile

3 lines
129 B
Makefile
Raw Normal View History

2013-09-04 01:45:11 +04:00
test: json11.cpp json11.hpp test.cpp
clang++ -O -std=c++11 -stdlib=libc++ json11.cpp test.cpp -o test -fno-rtti -fno-exceptions