work on experiment code

This commit is contained in:
tth
2021-05-10 00:44:29 +02:00
parent 73b8048dea
commit 0ea39f2f9a
6 changed files with 14 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ LIBS = -ltiff -lpnglite -lcfitsio
all: assemblage extracteur
assemblage: assemblage.c Makefile
gcc $(COPT) $< incrustator.o ../libfloatimg.a $(LIBS) -o $@
gcc $(COPT) $< ../libfloatimg.a $(LIBS) -o $@
extracteur: extracteur.c Makefile
gcc $(COPT) $< ../libfloatimg.a $(LIBS) -o $@