add -a option for absolute value of op result

This commit is contained in:
tTh
2024-05-01 12:28:23 +02:00
parent 7586423d23
commit bb2b3b72de
2 changed files with 10 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ mkfimg: mkfimg.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
fimgops: fimgops.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -o $@
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
fimgfx: fimgfx.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a \