Makefile
changeset 30 5226e512755c
parent 29 453550e69e07
child 31 dfb246ecaf23
equal deleted inserted replaced
29:453550e69e07 30:5226e512755c
     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 = timer
    12 PROG = led7seg
    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