diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 18:41:07 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 18:41:07 -0500 |
| commit | a7c99e7bed015db546969d5f9a87fc6ffd1f2ea8 (patch) | |
| tree | 82b11719cd67149d46e78e243d5b04634ae560d5 /Makefile | |
| parent | 5af0508c969105060871a8be0c9885c8c331fa98 (diff) | |
| download | volute-a7c99e7bed015db546969d5f9a87fc6ffd1f2ea8.zip | |
volume flow rate conversion functions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c OBJ = ${SRC:.c=.o} HDR = microui.h renderer.h widget.h ui.h unit.h engine.h -TEST_SRC = test.c test_angular_speed.c test_pressure.c test_volume.c unit.c +TEST_SRC = test.c test_angular_speed.c test_pressure.c test_volume.c test_volume_flow_rate.c unit.c TEST_OBJ = ${TEST_SRC:.c=.o} volute: ${OBJ} |