diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-09 20:06:06 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-09 20:06:06 -0400 |
| commit | e515fe68d878a320e7548080d31b07eee0d791af (patch) | |
| tree | e8b6d10055632d87c1bd5ce48397b4eeaf82ebba /Makefile | |
| parent | 9ac96f1c5f795f80b1a01ebe3dc6b036cf2a7e07 (diff) | |
| download | volute-e515fe68d878a320e7548080d31b07eee0d791af.zip | |
compressor data structure
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |