We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259d3ed commit ae8883dCopy full SHA for ae8883d
demo/Makefile
@@ -3,10 +3,10 @@
3
# `-j` option (short for –jobs) specifies the number of jobs that are run at the same time
4
.PHONY: build
5
build:
6
- make -C ../relayer build && mkdir -p ./bin && cp ../relayer/build/uly ./bin/ & \
7
- make -C chains/fabric bin & \
8
- cd chains/tendermint && go mod vendor && make docker-images & \
9
- make -C ../cmds/alpha build & \
+ make -C ../relayer build && mkdir -p ./bin && cp ../relayer/build/uly ./bin/
+ make -C chains/fabric bin
+ cd chains/tendermint && go mod vendor && make docker-images
+ make -C ../cmds/alpha build
10
make -C ../cmds/beta build
11
12
.PHONY: network
0 commit comments