From 22f7280d8e8854ebc8918a603bc6e6211ff5ddc1 Mon Sep 17 00:00:00 2001 From: GilbertWong Date: Tue, 25 Jun 2019 15:27:05 +0800 Subject: [PATCH] Make sure the default make behaviour is `make distclean` --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fa72639c9..791aed2f2 100644 --- a/Makefile +++ b/Makefile @@ -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