bad params feeded to gcc

This commit is contained in:
tTh 2023-12-08 01:58:10 +01:00
parent a12010fcd8
commit 46fd99a74a
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
#
#----------------------------------------------------------------
VERSION=0.0038
VERSION=0.0039
TEKFLAG= -DDEBUG_LEVEL=0 -g
TEKFLAG= -DDEBUG_LEVEL=1 -g
CFLAGS=-Wall -Wextra -ansi $(TEKFLAG) -DVERSION=\"$(VERSION)\"
BIBS=-lncurses -lao -lsndfile -logg
@ -38,7 +38,7 @@ OBJ=main.o ecran.o playnote.o playwav.o playogg.o fonctions.o interactive.o \
dump.o playau.o playspeex.o playflac.o magic.o ifao.o
ecoute: $(OBJ)
gcc $(TEKFLAG) $(OBJ) $(BIBS) -o ecoute
gcc $(CFLAGS) $(OBJ) $(BIBS) -o ecoute
#---------------------------------------------------------
# services targets