mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.base: define 'clean' as .PHONY
This commit is contained in:
parent
1e32539923
commit
238e37bdee
@ -7,7 +7,7 @@ DIRS := $(sort $(abspath $(DIRS)))
|
||||
|
||||
MODULE ?= $(shell basename $(CURDIR))
|
||||
|
||||
.PHONY: all $(DIRS:%=ALL--%) $(DIRS:%=CLEAN--%)
|
||||
.PHONY: all clean $(DIRS:%=ALL--%) $(DIRS:%=CLEAN--%)
|
||||
|
||||
all: $(BINDIR)/$(MODULE).a ..nothing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user