Skip to content

Commit

Permalink
Makefile.base: define 'clean' as .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed Aug 22, 2018
1 parent 1e32539 commit 238e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 238e37b

Please sign in to comment.