From 0aa3153f05fe8cd51d76fd5dee9011a7d2296b7d Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 26 Jun 2019 00:37:25 +0800 Subject: [PATCH] update mqttd, add command line options parser --- mqttd/makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mqttd/makefile b/mqttd/makefile index 932c4c9..0d1d30a 100644 --- a/mqttd/makefile +++ b/mqttd/makefile @@ -72,6 +72,7 @@ clean: @make clean -C hal + @make clean -C etc @make clean -C lylib @rm -f version.h @rm -f *.o $(IMAGE_NAME) -- Gitblit v1.9.1