Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 7b3062c

Browse files
committed
Add build-all.sh
1 parent d0106fa commit 7b3062c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build-all.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
./build.sh test_skiplist.mojo -o test_skillist
2+
./build.sh test_all.mojo -o test_all
3+
./build.sh test_trade.mojo -o test_trade
4+
./build.sh test_bybit.mojo -o test_bybit
5+
./build.sh test_binance.mojo -o test_binance
6+
./build.sh main.mojo -o moxt

0 commit comments

Comments
 (0)