From a453bc9b75607ed417ed7bea03b14825047cdc06 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 30 Sep 2025 13:51:30 -0400 Subject: cmd: build: Include from libc incdir Signed-off-by: Ian Moffett --- src/lib/libwidget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libwidget/Makefile b/src/lib/libwidget/Makefile index 010870f..04cf041 100644 --- a/src/lib/libwidget/Makefile +++ b/src/lib/libwidget/Makefile @@ -1,6 +1,6 @@ CFILES = $(shell find src/ -name "*.c") OBJECTS = $(CFILES:.c=.o) -CFLAGS = -pedantic -Iinclude/ -L../libc/ -lc +CFLAGS = -pedantic -Iinclude/ -I../libc/include/ -L../libc/ -lc CC = gcc LIB_OUT = libwidget.a -- cgit v1.2.3