diff options
author | joe <rbo@gmx.us> | 2025-09-24 22:22:14 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-24 22:22:14 +0200 |
commit | 9b77994475ff504d89a044e398e07ea043d88c52 (patch) | |
tree | 1110b920feaafa62799de8e0dde431b6f5352739 /Makefile | |
parent | ok (diff) | |
download | halfcab-9b77994475ff504d89a044e398e07ea043d88c52.tar.gz halfcab-9b77994475ff504d89a044e398e07ea043d88c52.tar.bz2 halfcab-9b77994475ff504d89a044e398e07ea043d88c52.tar.xz halfcab-9b77994475ff504d89a044e398e07ea043d88c52.tar.zst halfcab-9b77994475ff504d89a044e398e07ea043d88c52.zip |
good progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |