From 7f2339edd8449d79de2dc22fdfaa40658c5a201f Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 20 May 2025 19:53:01 +0200 Subject: Add function to draw circle --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3ef265..e0f7f62 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ CFLAGS != pkg-config --cflags ${LIBS} LFLAGS != pkg-config --libs ${LIBS} CFLAGS += -DX11 +LFLAGS += -lm ${PROG}: ${OBJ} ${CC} ${OBJ} -o $@ ${LFLAGS} -- cgit v1.2.3