Newer
Older
WickedDocs / 3rdParty / rapidjson / Makefile
@John Ryland John Ryland on 15 Dec 2015 105 bytes Make test


test: main.cpp
	g++ -I. -Os main.cpp -o test -std=c++11

# ./test > res2.txt ; diff res.txt res2.txt