is trinarize ready ?

This commit is contained in:
2020-12-01 13:10:27 +01:00
parent e17232f29c
commit 11c457aa81
3 changed files with 39 additions and 10 deletions

View File

@@ -13,8 +13,8 @@ all: fonderie interpolator t
# ---------------------------------------------------------
t: t.c Makefile glitches.o
gcc ${COPT} $< glitches.o ${LIBS} -lz -o $@
t: t.c Makefile glitches.o sfx.o
gcc ${COPT} $< glitches.o sfx.o ${LIBS} -lz -o $@
# ---------------------------------------------------------