all:

clean:	
	rm -f *~ 
	cd c && make clean
	cd arm32 && make clean
	cd thumb && make clean
	cd thumb_tests && make clean
	cd thumb2 && make clean

