forked from tTh/FloatImg
a new tool: singlepass
This commit is contained in:
@@ -21,7 +21,7 @@ t: t.c Makefile ${OBJS}
|
||||
|
||||
# ---------------------------------------------------------
|
||||
#
|
||||
# the two main programms
|
||||
# the three main programms
|
||||
#
|
||||
|
||||
fonderie: fonderie.c ${DEPS} ${OBJS} Makefile
|
||||
@@ -31,6 +31,9 @@ fonderie: fonderie.c ${DEPS} ${OBJS} Makefile
|
||||
interpolator: interpolator.c ${DEPS} ${OBJS} Makefile
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
|
||||
singlepass: singlepass.c ${DEPS} ${OBJS} Makefile
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
|
||||
# ---------------------------------------------------------
|
||||
#
|
||||
# some files are magically generated, sorry.
|
||||
|
||||
Reference in New Issue
Block a user