From: Jérôme Benoit Date: Tue, 28 Mar 2017 19:28:22 +0000 (+0200) Subject: TP_13 exo2: Makefile fixlet X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=commitdiff_plain;h=19b8373e26e76cada35b3c042791c2365c453952 TP_13 exo2: Makefile fixlet Signed-off-by: Jérôme Benoit --- diff --git a/TP_13/exo2/Makefile b/TP_13/exo2/Makefile index 0a1ce92..5f59579 100644 --- a/TP_13/exo2/Makefile +++ b/TP_13/exo2/Makefile @@ -23,7 +23,7 @@ LIBRARY_NAME:=libexo2 LIBRARY_PATH:=lib LDLIBS:=-lncurses -ltinfo BUILD_TYPE:=debug -#BUILD_TYPE=release +#BUILD_TYPE:=release # ==================================== # DO NOT CHANGE STUFF BEYOND THIS LINE