update script targets

This commit is contained in:
Robert Habermeier
2018-08-15 13:42:46 +02:00
parent add49f1f79
commit 4eefa5ee60
9 changed files with 151 additions and 493 deletions
-2
View File
@@ -4,14 +4,12 @@ ROOT=`dirname "$0"`
# A list of directories which contain wasm projects.
SRCS=(
"polkadot/runtime/wasm"
"substrate/executor/wasm"
)
DEMOS=(
"demo/runtime/wasm"
"substrate/test-runtime/wasm"
"polkadot/test-parachains/"
)
# Make pushd/popd silent.