From 67f8a597480e9951ea40e84997011660d09eeb84 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Tue, 20 Nov 2018 14:22:19 +0800 Subject: [PATCH] update iotd program makefile remove install and update configure log file to iotd.log --- src/nbiotd/makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/nbiotd/makefile b/src/nbiotd/makefile index e6ded50..ad06555 100644 --- a/src/nbiotd/makefile +++ b/src/nbiotd/makefile @@ -107,7 +107,7 @@ .PHONY: all -all: entry prepare binary install +all: entry prepare binary prepare: @if [ ! -L cp_library ] ; then \ -- Gitblit v1.9.1