importing the Interpolator for R325 project

This commit is contained in:
le vieux
2020-11-09 20:27:57 +01:00
parent 6b424ea72a
commit 538a8ffa82
6 changed files with 154 additions and 13 deletions

View File

@@ -20,11 +20,10 @@ sfx.o: sfx.c ${DEPS} Makefile
gcc ${COPT} -c $<
# ---------------------------------------------------------
#
# another way...
TOTAR = *.c *.h Makefile \
*.sh
interpolator: interpolator.c Makefile
gcc ${COPT} $< ${LIBS} -lz -o $@
# ---------------------------------------------------------