removed "./" to evade vscode path finding bug

This commit is contained in:
Timerix 2025-08-09 21:17:31 +03:00
parent 82d9fae6b5
commit 9396f33288

View File

@ -26,7 +26,7 @@ OBJDIR="obj"
OUTDIR="bin"
STATIC_LIB_FILE="lib$PROJECT.a"
INCLUDE="-I./src -I./dependencies/BearSSL/inc -I./dependencies/tlibc/include"
INCLUDE="-Isrc -Idependencies/BearSSL/inc -Idependencies/tlibc/include"
# OS-specific options
case "$OS" in