aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-09 20:06:06 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-09 20:06:06 -0400
commite515fe68d878a320e7548080d31b07eee0d791af (patch)
treee8b6d10055632d87c1bd5ce48397b4eeaf82ebba /Makefile
parent9ac96f1c5f795f80b1a01ebe3dc6b036cf2a7e07 (diff)
downloadvolute-e515fe68d878a320e7548080d31b07eee0d791af.zip
compressor data structure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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