all: f18a.elf RUSTC = rustc clean: rm -f *.elf *~ %.elf: %.rs $(RUSTC) $< -o $@