From e515fe68d878a320e7548080d31b07eee0d791af Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 9 Apr 2025 20:06:06 -0400 Subject: compressor data structure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12872be..5fe4011 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS = -std=c99 -Wall -Wextra -pedantic -Wno-deprecated-declarations -D_XOPEN_SOURCE=700L LDFLAGS = -lSDL2 -lSDL2_ttf -lm -SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c +SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c compressor.c OBJ = ${SRC:.c=.o} HDR = microui.h renderer.h widget.h ui.h unit.h engine.h -- cgit v1.2.3