From c121528c29204268f760f1e17918a5980768659a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 27 Feb 2025 18:01:20 -0500 Subject: remove font atlas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b04cda..7e99a41 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ volute: ${OBJ} %.o: %.c ${CC} -c ${CFLAGS} $< -${OBJ}: microui.h renderer.h atlas.inl widget.h ui.h +${OBJ}: microui.h renderer.h widget.h ui.h -- cgit v1.2.3