From 9c2842629f2e5f17c6949b5ff37c972f7dd62d4a Mon Sep 17 00:00:00 2001 From: dweller Date: Wed, 2 Apr 2025 23:12:40 +0300 Subject: just playing around --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f32fb4..14b9287 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ X11FLAGS = -lm -lX11 -lxcb -lXau -lXdmcp x11: artifacts/xip-8 -artifacts/xip-8: sources/*.c resources/icon.tga.h +artifacts/xip-8: sources/meta/*.c sources/*.c resources/icon.tga.h $(CC) $(CFLAGS) $(X11FLAGS) sources/main.c -o artifacts/xip-8 artifacts/bin2c: utils/bin2.c -- cgit v1.2.3