diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 12:22:30 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-05-02 12:22:30 -0400 |
| commit | cb1183751aa25069560923948a0a6de300e6ac9c (patch) | |
| tree | f2bd33a2391d70c058d570964996428a4d1ecb26 /Makefile | |
| parent | 5df9fecb029c740e151235ebbfb4835f21bd8313 (diff) | |
| download | volute-cb1183751aa25069560923948a0a6de300e6ac9c.zip | |
color.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LDFLAGS = -lSDL2 -lSDL2_ttf -lSDL2_image -lm -fopenmp SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c compressor.c eprintf.c cwalk.c toml.c util.c OBJ = ${SRC:.c=.o} -HDR = microui.h renderer.h widget.h ui.h unit.h engine.h eprintf.h util.h cwalk.h toml.h +HDR = microui.h renderer.h widget.h ui.h unit.h engine.h eprintf.h util.h cwalk.h toml.h color.h TEST_SRC = test.c test_angular_speed.c test_fraction.c test_pressure.c test_temperature.c test_volume.c test_volume_flow_rate.c test_mass_flow_rate.c test_engine.c unit.c engine.c TEST_OBJ = ${TEST_SRC:.c=.o} |