cumulfimgs can now export in all know formats

This commit is contained in:
tth
2021-10-25 18:17:38 +02:00
parent 5845ab7962
commit 86df4ef602
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ fimgstats: fimgstats.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
cumulfimgs: cumulfimgs.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@
gcc $(COPT) $< ../libfloatimg.a -lcfitsio \
-ltiff -lpnglite -lz -lm -o $@
mkfimg: mkfimg.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -lm -o $@