build, fix PWD usage in Makefile
authorkub <derkub@gmail.com>
Fri, 13 Dec 2024 08:21:37 +0000 (09:21 +0100)
committerkub <derkub@gmail.com>
Fri, 13 Dec 2024 08:21:46 +0000 (09:21 +0100)
Makefile

index a3aea26..984f84f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ $(LD) ?= $(CC)
 TARGET ?= picodrive
 ASAN ?= 0
 DEBUG ?= 0
-CFLAGS += -I$(PWD)
+CFLAGS += -I.
 CYCLONE_CC ?= gcc
 CYCLONE_CXX ?= g++