Makefile
author Fabien Ninoles <fabien@tzone.org>
Sun, 07 Oct 2012 14:30:52 -0400
changeset 1 ef7abb48573b
parent 0 d187e7fc9970
permissions -rw-r--r--
Convert to C api.

all: tests

clean:
	rm -f *.o tests

tests: tests.o jsonsax.o

runtests: tests
	./tests