Newer
Older
Import / applications / MakePDF / 3rdParty / rapidjson / Makefile
@John Ryland John Ryland on 22 Dec 2020 105 bytes import NUC files


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

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