test:
	./runMe.sh
	cd indiv_tests && $(MAKE) test
	@touch test

clean:
	./cleanMe.sh
	cd indiv_tests && $(MAKE) clean

