cdo: move sources to spearate folder

This commit is contained in:
tylen 2024-09-23 11:36:46 +00:00
parent f804bc96f0
commit 8069a0e926
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File