From 4582a6238da0e7726a4300e0cc8322ec2c02d661 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Tue, 23 Oct 2018 12:10:31 +0530 Subject: [PATCH] updated make file --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 730a53b511..c4482a790b 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,11 @@ XDC: @echo "Done building." @echo "Run \"$(GOBIN)/XDC\" to launch XDC." +bootnode: + build/env.sh go run build/ci.go install ./cmd/bootnode + @echo "Done building." + @echo "Run \"$(GOBIN)/bootnode\" to launch a bootnode." + swarm: build/env.sh go run build/ci.go install ./cmd/swarm @echo "Done building."