We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61abac0 commit c7746c4Copy full SHA for c7746c4
runtime/cpp/test/Makefile
@@ -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