From 3bfcabbb99edf40ea84db1dc07680189f1f15309 Mon Sep 17 00:00:00 2001 From: logicog Date: Sun, 28 Dec 2025 21:16:13 +0100 Subject: [PATCH] Add main directory for includes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5960eb0..cb948f5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CONFIG_LOCATION = 458752 HTML_LOCATION = 262144 CC = sdcc -CC_FLAGS = -mmcs51 -Ihttpd -Iuip +CC_FLAGS = -mmcs51 -I. -Ihttpd -Iuip ASM = sdas8051 AFLAGS= -plosgff