Makefile
changeset 45 7c684d241675
parent 43 a0a003083d4c
child 47 7f930a94ee1e
equal deleted inserted replaced
44:e6571a8040ae 45:7c684d241675
     7 AD_PORT = /dev/arduino
     7 AD_PORT = /dev/arduino
     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 = console
    12 PROG = dmx
    13 
    13 
    14 all: $(PROG).hex
    14 all: $(PROG).hex
    15 
    15 
    16 matrix.hex: spi.inc matrix.inc timer.inc delay.inc macros.inc font.inc font.def
    16 matrix.hex: spi.inc matrix.inc timer.inc delay.inc macros.inc font.inc font.def
    17 led7seg.hex: spi.inc led7seg.inc adc.inc timer.inc delay.inc macros.inc
    17 led7seg.hex: spi.inc led7seg.inc adc.inc timer.inc delay.inc macros.inc