summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-24 00:08:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-24 00:08:21 -0400
commit3d3a54a975853bbe8884a85e063cbebee580118c (patch)
tree924f637246ef9f9c484b74eec4cfeb5d18cae763 /Makefile
parentcollision (diff)
downloadraycaster-3d3a54a975853bbe8884a85e063cbebee580118c.tar.gz
raycaster-3d3a54a975853bbe8884a85e063cbebee580118c.tar.bz2
raycaster-3d3a54a975853bbe8884a85e063cbebee580118c.zip
x11
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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