diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 15:11:35 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 15:11:35 -0500 |
| commit | 0d05cb75ee3c3d85481fe87ea287c97a439fe47a (patch) | |
| tree | 8603e4ac9d3a58715690643862d27ed769347b8d /Makefile | |
| parent | 47874c2ec00339314e43d282ab2bc906e9c9ac9b (diff) | |
| download | volute-0d05cb75ee3c3d85481fe87ea287c97a439fe47a.zip | |
temperature 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 test_volume_flow_rate.c test_fraction.c unit.c +TEST_SRC = test.c test_angular_speed.c test_pressure.c test_temperature.c test_volume.c test_volume_flow_rate.c test_fraction.c unit.c TEST_OBJ = ${TEST_SRC:.c=.o} volute: ${OBJ} |