
all:
	cd ../../../../.. && make

mrproper:
	cd testDriver && make mrproper
	cd testParser && make mrproper
	rm -rf .cadence 

.PHONY: all mrproper
