Makefile
changeset 31 dfb246ecaf23
parent 30 5226e512755c
child 33 0d0309787be3
equal deleted inserted replaced
30:5226e512755c 31:dfb246ecaf23
     7 AD_PORT = /dev/ttyUSB0
     7 AD_PORT = /dev/ttyUSB0
     8 
     8 
     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 = matrix
    13 
    13 
    14 all: $(PROG).hex
    14 all: $(PROG).hex
    15 
    15 
    16 led7seg.hex: spi.inc led7seg.inc adc.inc timer.inc delay.inc macros.inc
    16 led7seg.hex: spi.inc led7seg.inc adc.inc timer.inc delay.inc macros.inc
    17 timer.hex: timer.inc macros.inc
    17 timer.hex: timer.inc macros.inc