6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
compile_c "$C_ARGS" "$SRC_C"
|
|
compile_cpp "$CPP_ARGS" "$SRC_CPP"
|
|
link "$CPP_ARGS" "$SHARED_LIB_FILE"
|