cdo: move sources to spearate folder
This commit is contained in:
parent
f804bc96f0
commit
8069a0e926
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user