forked from tTh/FloatImg
omg, i did it again
This commit is contained in:
parent
954de623ab
commit
2790b3d22f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue