From 3d3a54a975853bbe8884a85e063cbebee580118c Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 24 Apr 2023 00:08:21 -0400 Subject: x11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c79afe..dfb9014 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CCFLAGS = -std=c99 -Wall -Wextra -pedantic -O2 CCFLAGS += $(INCFLAGS) LDFLAGS += $(INCFLAGS) -LDFLAGS += -lSDL2 +LDFLAGS += -lX11 LDFLAGS += -lm BIN = bin -- cgit v1.2.3-freya