.PHONY: all clean

help:
	@echo "usage: make clean"

clean:
	rm -f -- $(wildcard *.[iso] *.ii *.elf *.data *.core *.png *.svg *~)
