working on glitches

This commit is contained in:
le vieux
2020-11-15 21:31:02 +01:00
parent 1334d96822
commit fdc2544ad1
6 changed files with 90 additions and 4 deletions

View File

@@ -8,7 +8,12 @@ LIBS = ../libfloatimg.a -lpnglite -lm
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o
DEPS = fonctions.h crapulator.h metriques.h glitches.h
all: fonderie interpolator
all: fonderie interpolator t
# ---------------------------------------------------------
t: t.c Makefile glitches.o
gcc ${COPT} $< glitches.o ${LIBS} -lz -o $@
# ---------------------------------------------------------