Newer
Older
Import / applications / MakePDF / 3rdParty / rapidjson / Makefile
@John John on 29 Dec 2020 105 bytes bulk import from macbookpro checkouts


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

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