From: Daniel Bergman Date: Sat, 28 Jun 2025 12:29:05 +0000 (+0200) Subject: INCLUDES project root in a Windows friendly way X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=0b7f53f99da7f1f2454992e1726364998a4d32aa;p=sensor-watch.git INCLUDES project root in a Windows friendly way --- diff --git a/Makefile b/Makefile index 94b4c12..45eae6b 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ endif # Add your include directories here. INCLUDES += \ -I./ \ + -I. \ -I./tinyusb/src \ -I./littlefs \ -I./utz \