diff --git a/Makefile b/Makefile index 5499d6dbe..0fb5c63e5 100644 --- a/Makefile +++ b/Makefile @@ -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-%)