mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 07:08:45 +00:00
Sync build scripts.
This commit is contained in:
@@ -23,6 +23,7 @@ $CC $compile_flags ../samples/old_style_custom_layer.c -o old_style_custom_layer
|
||||
$CC $compile_flags ../samples/static_site_generator/static_site_generator.c -o static_site_generator
|
||||
$CC $compile_flags ../samples/output_parse/output_parse.c -o output_parse
|
||||
$CC $compile_flags ../samples/c_code_generation.c -o c_code_generation
|
||||
$CC $compile_flags ../samples/node_errors/node_errors.c -o node_errors
|
||||
echo
|
||||
echo ~~~ Build All Tests ~~~
|
||||
$CC $compile_flags ../tests/sanity_tests.c -o sanity_tests
|
||||
@@ -56,3 +57,10 @@ echo ~~~ Running C Code Generation Sample ~~~
|
||||
pushd build
|
||||
./c_code_generation
|
||||
popd
|
||||
|
||||
echo.
|
||||
echo ~~~ Running Error Generation Sample ~~~
|
||||
pushd build
|
||||
./node_errors ../samples/node_errors/node_errors.md
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user