From 0533b005901b976e3e6d11d7ec5078118bbe5a2f Mon Sep 17 00:00:00 2001 From: dweller Date: Fri, 4 Apr 2025 00:00:52 +0300 Subject: fix DRW instruction, add arena to iui so I don't need to manage label buffers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3