Make sure the default make behaviour is `make distclean`

This commit is contained in:
GilbertWong 2019-06-25 15:27:05 +08:00
parent 13d33985be
commit 22f7280d8e
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ CT_NODE_NAME = emqxct@127.0.0.1
RUN_NODE_NAME = emqxdebug@127.0.0.1
.PHONY: all
all: compile
.PHONY: run
run: run_setup unlock
@rebar3 as test get-deps