From 9b77994475ff504d89a044e398e07ea043d88c52 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 24 Sep 2025 22:22:14 +0200 Subject: good progress --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 761ea4c..b0fbb1d 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ TARGET = hc ESP_NAME = halfcab.ino SRC_NAME = c_halfcab +SRC_NAME += c_screen INC_NAME = c_defines @@ -56,6 +57,8 @@ ifeq (${OS}, Linux) CFLAGS += -D_GNU_SOURCE endif +LDFLAGS = -lX11 + ifeq (${OS}, Linux) CINCS = -isystem /usr/include endif -- cgit v1.2.3