Makefile
changeset 0 d187e7fc9970
child 1 ef7abb48573b
--- /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