build_profile, make.log and other stuff

This commit is contained in:
2023-02-13 19:24:47 +06:00
parent 1b38b43c54
commit a0cdbf5522
15 changed files with 315 additions and 140 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
# delete old objects
clean_dir "$OBJDIR/objects"
compile_c "$C_ARGS" "$SRC_C"
compile_cpp "$CPP_ARGS" "$SRC_CPP"
link "$CPP_ARGS" "$SHARED_LIB_FILE"
link "$LINKER_ARGS" "$SHARED_LIB_FILE"