aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-27 18:01:20 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-27 18:01:20 -0500
commitc121528c29204268f760f1e17918a5980768659a (patch)
tree3d705d8bfa84205bddeac9533cf3996dfe796978 /Makefile
parent8f95c62dd3bd4aa1e9d5016bb0de668baa0ad6e3 (diff)
downloadvolute-c121528c29204268f760f1e17918a5980768659a.zip
remove font atlas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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