6 lines
113 B
Bash
6 lines
113 B
Bash
#!/bin/bash
|
|
|
|
compile_c "$C_ARGS" "$SRC_C"
|
|
compile_cpp "$CPP_ARGS" "$SRC_CPP"
|
|
pack_static_lib "$STATIC_LIB_FILE"
|