From 268790307bde4859ac6ee5ac6c3d19ada9ed5a11 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 17 May 2025 14:10:39 +0200 Subject: Add the maanagement of mouse press event --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e62045a..b3ef265 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,8 @@ OBJ = ${SRC:.c=.o} CFLAGS != pkg-config --cflags ${LIBS} LFLAGS != pkg-config --libs ${LIBS} +CFLAGS += -DX11 + ${PROG}: ${OBJ} ${CC} ${OBJ} -o $@ ${LFLAGS} -- cgit v1.2.3