Makefile
changeset 18 79b25e81721f
parent 17 a7c668003a19
child 29 453550e69e07
equal deleted inserted replaced
17:a7c668003a19 18:79b25e81721f
     9 AD = avrdude
     9 AD = avrdude
    10 ADFLAGS = -p $(AD_PART) -c $(AD_PROG) -b $(AD_BAUD) -P $(AD_PORT)
    10 ADFLAGS = -p $(AD_PART) -c $(AD_PROG) -b $(AD_BAUD) -P $(AD_PORT)
    11 
    11 
    12 PROG = led7seg
    12 PROG = led7seg
    13 
    13 
    14 led7seg.hex: spi.inc led7seg.inc adc.inc delay.inc
    14 led7seg.hex: spi.inc led7seg.inc adc.inc timer.inc delay.inc
    15 
    15 
    16 all: $(PROG).hex
    16 all: $(PROG).hex
    17 
    17 
    18 %.hex: %.s
    18 %.hex: %.s
    19 	$(AS) $(ASFLAGS) $<
    19 	$(AS) $(ASFLAGS) $<