From 2696ea1a781c5d080bc0a1a512de71cbb33010cf Mon Sep 17 00:00:00 2001 From: zhanglianghy Date: Mon, 12 Aug 2019 15:54:47 +0800 Subject: [PATCH] =?UTF-8?q?MOD=20aaa-12=20=E8=B0=83=E6=95=B4=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=A1=BA=E5=BA=8F=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E4=B8=8D=E8=BF=87=E7=9A=84=E9=97=AE=E9=A2=98=20SOL=20?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E7=BC=96=E8=AF=91=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=BC=96=E8=AF=91=E4=B8=8D=E8=BF=87?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=EF=BC=9Azhangliang=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Azhang?= =?UTF-8?q?liang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 09a30f667..37ce121d8 100755 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ MAKE_FLAGS += -j$(shell cat /proc/cpuinfo | grep processor | wc -l) endif endif -.PHONY : demo conntrack netlink trace openrpc redismq usermanager configm ulog database webauth matchrule +.PHONY : demo database openrpc ulog conntrack netlink trace redismq usermanager configm webauth matchrule -all: demo database conntrack netlink trace openrpc redismq usermanager configm ulog webauth matchrule +all: demo database openrpc ulog conntrack netlink trace redismq usermanager configm webauth matchrule ifeq ($(OPT), install) #$(shell `find ../release -name "*.zip" -delete`)