Skip to content

Commit

Permalink
Make sure the default make behaviour is make distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertwong96 committed Jun 25, 2019
1 parent 13d3398 commit 22f7280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 22f7280

Please sign in to comment.