From 809c78de808ed5563e9af4a56227965974ec25fa Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Mon, 24 Jun 2019 22:39:42 +0800
Subject: [PATCH] add cJSON, update mosquitto to 1.6.3 and update the makefile

---
 mqttd/hal/makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mqttd/hal/makefile b/mqttd/hal/makefile
index c1200cf..c2c5553 100644
--- a/mqttd/hal/makefile
+++ b/mqttd/hal/makefile
@@ -4,7 +4,7 @@
 
 all: clean
 	@rm -f *.o
-	${CROSS_COMPILE}gcc -c *.c 
+	@${CROSS_COMPILE}gcc -c *.c 
 	${CROSS_COMPILE}ar -rcs  lib${LIBNAME}.a *.o
 
 clean:

--
Gitblit v1.9.1