Makefile
changeset 9 30c3807baac1
parent 5 7feeaeb473b5
child 10 faca61cf204c
equal deleted inserted replaced
8:449fee4187f6 9:30c3807baac1
     7 AD_PORT = /dev/ttyUSB1
     7 AD_PORT = /dev/ttyUSB1
     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 = console
    13 
    13 
    14 all: $(PROG).s.hex
    14 all: $(PROG).s.hex
    15 
    15 
    16 %.s.hex: %.s
    16 %.s.hex: %.s
    17 	$(AS) $(ASFLAGS) $<
    17 	$(AS) $(ASFLAGS) $<