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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     1
all: tests
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     2
1
ef7abb48573b Convert to C api.
Fabien Ninoles <fabien@tzone.org>
parents: 0
diff changeset
     3
clean:
ef7abb48573b Convert to C api.
Fabien Ninoles <fabien@tzone.org>
parents: 0
diff changeset
     4
	rm -f *.o tests
0
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     5
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     6
tests: tests.o jsonsax.o
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     7
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     8
runtests: tests
d187e7fc9970 First version, c++.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     9
	./tests