add multiformat output to fimgfx

This commit is contained in:
tth
2022-05-17 08:30:20 +02:00
parent 615321eca8
commit 11082c0d08
3 changed files with 5 additions and 4 deletions

View File

@@ -33,7 +33,8 @@ fimgops: fimgops.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -o $@
fimgfx: fimgfx.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
gcc $(COPT) $< ../libfloatimg.a \
-ltiff -lpnglite -lcfitsio -lm -o $@
fimghalfsize: fimghalfsize.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@