build rexm with make for consistency
This commit is contained in:
parent
e31692d238
commit
dfc504ec18
2
.github/workflows/update_examples.yml
vendored
2
.github/workflows/update_examples.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
make clean
|
make clean
|
||||||
make PLATFORM=PLATFORM_WEB
|
make PLATFORM=PLATFORM_WEB
|
||||||
cd ../tools/rexm/
|
cd ../tools/rexm/
|
||||||
clang rexm.c -lraylib -lc -lm -o rexm
|
make
|
||||||
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
|
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
|
||||||
export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/raylib.com/examples"
|
export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/raylib.com/examples"
|
||||||
export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}/examples/examples_template.c"
|
export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}/examples/examples_template.c"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user