reconfinement fonderie first release
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
#
|
||||
# compilation de la fonderie
|
||||
#
|
||||
|
||||
COPT = -g -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
||||
LIBS = -lfloatimg -lpnglite -lm
|
||||
@@ -11,7 +13,7 @@ fonderie: fonderie.c ${DEPS} ${OBJS} Makefile
|
||||
crapulator.o: crapulator.c ${DEPS} Makefile
|
||||
gcc ${COPT} -c $<
|
||||
|
||||
fonctions.o: fonctions.c ${DEPS} Makefile
|
||||
fonctions.o: fonctions.c fonctions.h Makefile
|
||||
gcc ${COPT} -c $<
|
||||
|
||||
sfx.o: sfx.c ${DEPS} Makefile
|
||||
|
||||
Reference in New Issue
Block a user