all : lib tester

clean:
	( cd TESTING ; make clean )
	( cd SRC ; make clean )

tester :
	( cd TESTING ; make )

lib :
	( cd SRC ; make )
