test:
	./runMe.sh
	cd indiv_tests && make test
	@touch test

clean:
	./cleanMe.sh
	cd indiv_tests && make clean

