chore(Makefile): delete stamp clean

This commit is contained in:
Zaiming Shi 2020-12-10 11:42:58 +01:00
parent 56d7b3deb1
commit ded92cc10b
1 changed files with 1 additions and 5 deletions

View File

@ -38,14 +38,10 @@ $(PROFILES:%=build-%): $(REBAR)
# rebar clean # rebar clean
.PHONY: clean $(PROFILES:%=clean-%) .PHONY: clean $(PROFILES:%=clean-%)
clean: $(PROFILES:%=clean-%) clean-stamps clean: $(PROFILES:%=clean-%)
$(PROFILES:%=clean-%): $(REBAR) $(PROFILES:%=clean-%): $(REBAR)
$(REBAR) as $(@:clean-%=%) clean $(REBAR) as $(@:clean-%=%) clean
.PHONY: clean-stamps
clean-stamps:
find -L _build -name '.stamp' -type f | xargs rm -f
.PHONY: deps-all .PHONY: deps-all
deps-all: $(REBAR) $(PROFILES:%=deps-%) $(PKG_PROFILES:%=deps-%) deps-all: $(REBAR) $(PROFILES:%=deps-%) $(PKG_PROFILES:%=deps-%)