summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2025-04-04 00:00:52 +0300
committerdweller <dweller@cabin.digital>2025-04-04 00:00:52 +0300
commit0533b005901b976e3e6d11d7ec5078118bbe5a2f (patch)
treea74846c72ca4f30bff5a3bae03bfffcac7bbac29 /Makefile
parent9c2842629f2e5f17c6949b5ff37c972f7dd62d4a (diff)
fix DRW instruction, add arena to iui so I don't need to manage label buffersHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 14b9287..0d534c9 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,9 @@
CC = gcc
CFLAGS = -std=c89 -Wall -Wextra -fwhole-program
-X11FLAGS = -lm -lX11 -lxcb -lXau -lXdmcp
+X11FLAGS = -lm -lX11 -lxcb -lXau -lXdmcp -lpthread
-x11: artifacts/xip-8
+x11: Makefile artifacts/xip-8
artifacts/xip-8: sources/meta/*.c sources/*.c resources/icon.tga.h
$(CC) $(CFLAGS) $(X11FLAGS) sources/main.c -o artifacts/xip-8