diff -r 000000000000 -r d187e7fc9970 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Sat Oct 06 21:08:55 2012 -0400 @@ -0,0 +1,8 @@ +all: tests + +CC=g++ + +tests: tests.o jsonsax.o + +runtests: tests + ./tests