Skip to content

Commit

Permalink
fix default target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill A. Kornilov committed Mar 7, 2019
1 parent 9204614 commit 9edb8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ CFLAGS= $(OFLAG) -g -Wall -mmcu=$(MCU) -ffreestanding -Wa,-ahlms=$(<:.c=.lst)
--change-section-lma .eeprom=0 -O ihex $< $@
# --no-change-warnings

all: $(NAME).hex $(NAME).eep $(NAME)-dc-buzzer.eep

$(NAME)-dc-buzzer.eep: $(NAME).out
./eeprom_set_var.tcl $< $@ buzz_period_eep 0

all: $(NAME).hex $(NAME).eep $(NAME)-dc-buzzer.eep

OBJS = $(NAME).o uart.o

$(NAME).out: $(OBJS)
Expand Down

0 comments on commit 9edb8a3

Please sign in to comment.