all: @asx8051 -los led.asm @aslink -f led.lnk @packihx led.ihx > led.hex cleantmp: @rm -f *.sym *.rel *.map *.ihx *.lst clean: cleantmp @rm -f *.hex .PHONY: clean cleantmp