[examples] edit the datadesk-like example

This commit is contained in:
Allen Webster
2021-09-10 13:01:13 -07:00
parent b2c901d60f
commit da7284f5ec
5 changed files with 104 additions and 58 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ cd ..
echo "~~~ Build All Exampes ~~~"
bin/bld_core.sh show_ctx
bin/bld_core.sh unit old_style_custom_layer examples/old_style_custom_layer.c
bin/bld_core.sh unit node_errors examples/node_errors/node_errors.c
bin/bld_core.sh unit parse_check examples/parse_check.c
bin/bld_core.sh unit datadesk_like examples/datadesk_like_template.c
bin/bld_core.sh unit node_errors examples/node_errors/node_errors.c
bin/bld_core.sh unit parse_check examples/parse_check.c
echo