chore(Makefile): delete stamp clean
This commit is contained in:
parent
56d7b3deb1
commit
ded92cc10b
6
Makefile
6
Makefile
|
@ -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-%)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue