forked from tTh/FloatImg
patch Makefile fonderie
This commit is contained in:
parent
b73c25f470
commit
6b424ea72a
|
@ -8,7 +8,7 @@ OBJS = fonctions.o sfx.o crapulator.o
|
|||
DEPS = fonctions.h crapulator.h
|
||||
|
||||
fonderie: fonderie.c ${DEPS} ${OBJS} Makefile
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -o $@
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
|
||||
crapulator.o: crapulator.c ${DEPS} Makefile
|
||||
gcc ${COPT} -c $<
|
||||
|
|
Loading…
Reference in New Issue