diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 21:01:26 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-28 21:01:26 -0500 |
| commit | 942a6711361c371da0736cc62f0e3e2ed13f341b (patch) | |
| tree | 607afae0b1c3446bbdc76da4b59d24ca24f0d753 /Makefile | |
| parent | faf14d71cfbac1f21500f4b997441fa03731bf0e (diff) | |
| download | volute-942a6711361c371da0736cc62f0e3e2ed13f341b.zip | |
fraction/percent 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 unit.c +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_OBJ = ${TEST_SRC:.c=.o} volute: ${OBJ} |