1
0
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:
cladmi 2018-08-22 15:57:59 +02:00
parent 1e32539923
commit 238e37bdee
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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