a new tool: singlepass

This commit is contained in:
2021-01-13 14:06:13 +01:00
parent b012e10b7e
commit 0d536187fd
2 changed files with 77 additions and 1 deletions

View File

@@ -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.