corrected output path in make
Some checks failed
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 1m19s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 59s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 59s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 1m2s
Codacy Scan / Codacy Security Scan (push) Failing after 2m31s

This commit is contained in:
Václav Šmejkal 2024-12-26 11:49:24 +00:00
parent 0aed96415c
commit c72eb44ab0

View File

@ -23,8 +23,8 @@ CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnu
# Output Files
PROJECT_NAME=why2
OUTPUT=out
LOGS=logs
OUTPUT=./out
LOGS=./logs
OUTPUT_TEST_CORE=$(OUTPUT)/$(PROJECT_NAME)-core-test
OUTPUT_APP_CORE=$(OUTPUT)/$(PROJECT_NAME)-core-app