Makefile
changeset 1 ef7abb48573b
parent 0 d187e7fc9970
equal deleted inserted replaced
0:d187e7fc9970 1:ef7abb48573b
     1 all: tests
     1 all: tests
     2 
     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