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