From 3c26e7681b8661d85676f22f164f7bb93bb057a6 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Wed, 27 Sep 2017 16:09:09 +0800 Subject: [PATCH] Simplify makefile --- hyperledger/1.0.2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperledger/1.0.2/Makefile b/hyperledger/1.0.2/Makefile index e74a6c50..dbc38b5d 100644 --- a/hyperledger/1.0.2/Makefile +++ b/hyperledger/1.0.2/Makefile @@ -46,6 +46,7 @@ ready: restart start: # bootup the fabric network @echo "Start a fabric network with 2-org-4-peer" + make clean docker-compose -f ${COMPOSE_FILE} up -d # Start a fabric network init: # initialize the fabric network @@ -59,7 +60,6 @@ init_peer0: # initialize the fabric network stop: # stop the fabric network @echo "Stop the fabric network" docker-compose -f ${COMPOSE_FILE} down # Stop a fabric network - make clean restart: stop start