|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
COPT = -g -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
|
|
|
|
LIBS = -lfloatimg -lpnglite -lm
|
|
|
|
|
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
|
|
|
|
@ -30,7 +30,7 @@ sfx.o: sfx.c ${DEPS} Makefile |
|
|
|
|
# another way to brotch some pics...
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
metriques.o: metriques.[hc] Makefile |
|
|
|
|
metriques.o: metriques.c metriques.h Makefile |
|
|
|
|
gcc ${COPT} -c $<
|
|
|
|
|
|
|
|
|
|
glitches.o: glitches.c glitches.h Makefile |
|
|
|
|