reconfinement fonderie first release

This commit is contained in:
2020-11-07 01:29:45 +01:00
parent e0d154c37e
commit 9febaea3ae
3 changed files with 25 additions and 4 deletions

View File

@@ -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