Skip to content

Commit c7746c4

Browse files
committed
fix: fix ci
1 parent 61abac0 commit c7746c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

runtime/cpp/test/Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
all:
2+
# cd asserts && make
3+
# cd wasm-apps && make
4+
5+
DEL = rm -rf
6+
7+
clean:
8+
cd asserts && make clean
9+
cd wasm-apps && make clean

0 commit comments

Comments
 (0)