summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-06-17 16:41:20 +0200
committera-kenji <aks.kenji@protonmail.com>2021-06-17 16:45:04 +0200
commitdc8487cb4fa66e3e97b564ff0ba14db3d19652c1 (patch)
treefc0b1389610653d97b31d05a5dc1e1ebe623e6cb /Makefile.toml
parent5c69ce9aad9b7f2e97576106a292c211db073129 (diff)
Fix missing `layout-dir` in makefile
The `layout-dir` got removed, but the make action depended on the `dir`.
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 490d6e2b6..16b7695ba 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -51,7 +51,6 @@ asset_dir = set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/assets
target_dir = set ${CARGO_TARGET_DIR}
data_dir = set ${target_dir}/dev-data
rm -r ${data_dir}
-cp ${asset_dir}/layouts ${data_dir}/
plugins = glob_array ${target_dir}/wasm32-wasi/debug/*.wasm
for plugin in ${plugins}
plugin_name = basename ${plugin}