clean:
	find . -name a.out -type f -delete
	find . -name \*.o -type f -delete
