From f47f6d8bbf855a9badab43604a69a61e77771e33 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Tue, 20 Nov 2018 10:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADdemo=E7=9A=84=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= 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 1bdf032..321f0a3 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ all: cd src && $(MAKE) - cd demo && $(MAKE) + #cd demo && $(MAKE) clean: - cd demo && $(MAKE) clean + #cd demo && $(MAKE) clean cd src && $(MAKE) clean opt: