TP_13 exo2: Makefile fixlet
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 28 Mar 2017 19:28:22 +0000 (21:28 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 28 Mar 2017 19:28:22 +0000 (21:28 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_13/exo2/Makefile

index 0a1ce9293f402faa6697ac09bfa2530f7d064bff..5f595793b94649418d958eaacaedf04d3b0d81d7 100644 (file)
@@ -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