diff --git a/Makefile b/Makefile index e60ad491..84ed3326 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # a look to the 'build.sh' script ! # #################################################### -COPT = -Wall -Wextra -fpic -g -pg -no-pie -DDEBUG_LEVEL=0 -LDOPT = libfloatimg.a -pg -lm +COPT = -Wall -Wextra -fpic -g -no-pie -DDEBUG_LEVEL=0 +LDOPT = libfloatimg.a -g -lm all: essai