7 lines
111 B
Bash
7 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. bin/begin_bld_session.sh
|
||
|
bld_print_implicit_opts
|
||
|
|
||
|
bld_unit $src_path/examples/stb_ttf_scratch.c
|