cdo: move sources to spearate folder
This commit is contained in:
2
build.sh
2
build.sh
@@ -4,7 +4,7 @@ set -xe
|
||||
|
||||
CC="gcc"
|
||||
FLAGS="-Wall -Wpedantic"
|
||||
SRCS="cdo.c"
|
||||
SRCS="$(find ./src -type f -name "*.c")"
|
||||
CURRENT_DIR="$(git rev-parse --show-toplevel)"
|
||||
BUILD_DIR="${CURRENT_DIR}/build"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user