Makefile
author Fabien Ninoles <fabien@tzone.org>
Sat, 06 Oct 2012 21:08:55 -0400
changeset 0 d187e7fc9970
child 1 ef7abb48573b
permissions -rw-r--r--
First version, c++.

all: tests

CC=g++

tests: tests.o jsonsax.o

runtests: tests
	./tests