all: @asx8051 -plosgff leds.asm @aslink -nf leds.lnk @packihx leds.ihx > leds.hex cleantmp: @rm -f *.sym *.rel *.map *.ihx *.lst *.mem *.rst clean: cleantmp @rm -f *.hex .PHONY: clean cleantmp