omg, i did it again

This commit is contained in:
le vieux 2020-11-10 14:10:55 +01:00
parent 954de623ab
commit 2790b3d22f
1 changed files with 2 additions and 2 deletions

View File

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