forked from tTh/FloatImg
omg ! a serious bug in the Makefile
This commit is contained in:
parent
d44591d0d9
commit
97698bb66f
|
@ -9,7 +9,8 @@ LIBS = ../libfloatimg.a -ltiff -lpnglite -lm -lz -lcfitsio
|
|||
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o \
|
||||
filterstack.o single.o
|
||||
|
||||
DEPS = fonctions.h crapulator.h metriques.h glitches.h sfx.h \
|
||||
DEPS = ../floatimg.h \
|
||||
fonctions.h crapulator.h metriques.h glitches.h sfx.h \
|
||||
filterstack.h crapdef.h crapstr.h single.h
|
||||
|
||||
all: fonderie interpolator singlepass t
|
||||
|
|
Loading…
Reference in New Issue