Skip to content

Commit

Permalink
fix to prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Nov 22, 2023
1 parent 73965d7 commit c46818a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fdpp/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ALL = $(FDPPLIB) $(FDPPDEVL) $(TARGET).elf $(TARGET).map $(GEN_EXT)

all: $(ALL)

.PHONY: $(TARGET).elf $(TARGET).map
# New makes have a way to avoid parallel invocation with the use of &:
# On old make you would write "%.elf %.map :" which is a bit silly
# given the names are fixed. Also $(TARGET).% won't work that way at all:
Expand Down

0 comments on commit c46818a

Please sign in to comment.