1 all: tests
2
3 CC=g++
3 clean:
4 rm -f *.o tests
4
5
5 tests: tests.o jsonsax.o
6 tests: tests.o jsonsax.o
6
7
7 runtests: tests
8 runtests: tests
8 ./tests
9 ./tests