chore: no error when delete rebar.lock using make clean-all command

This commit is contained in:
Zaiming (Stone) Shi 2022-04-04 09:52:41 +02:00
parent d49c8b61e6
commit 84651d5b07
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ $(PROFILES:%=clean-%):
.PHONY: clean-all
clean-all:
@rm -rf _build
@rm rebar.lock
@rm -f rebar.lock
.PHONY: deps-all
deps-all: $(REBAR) $(PROFILES:%=deps-%)