aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f8347140..9cdd9e5b0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,12 +16,12 @@ gdex: libbls
@echo "Done building."
@echo "Run \"$(GOBIN)/gdex\" to launch gdex."
-swarm:
+swarm: libbls
build/env.sh go run build/ci.go install ./cmd/swarm
@echo "Done building."
@echo "Run \"$(GOBIN)/swarm\" to launch swarm."
-all:
+all: libbls
build/env.sh go run build/ci.go install
android: