mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
make: .PHONY missing targets from Makefile.include
This commit is contained in:
parent
9053cfe2de
commit
71b961bef7
@ -131,7 +131,7 @@ BASELIBS += $(BINDIR)$(BOARD)_base.a
|
||||
BASELIBS += $(BINDIR)${APPLICATION}.a
|
||||
BASELIBS += $(USEPKG:%=${BINDIR}%.a)
|
||||
|
||||
.PHONY: all clean flash doc term
|
||||
.PHONY: all clean flash term doc debug debug-server reset objdump
|
||||
|
||||
ELFFILE ?= $(BINDIR)$(APPLICATION).elf
|
||||
HEXFILE ?= $(ELFFILE:.elf=.hex)
|
||||
|
Loading…
Reference in New Issue
Block a user