clean:
	rm -f *.o
	find . -name '*.d' -delete
	rm -f embed*
	rm -f assets.*
