Finalize the implementation of the playable shots list displaying
[Project_algorithmic_C.git] / Makefile
index 16a35a11a537ea3c5be2f7ea99cd4f56912c97e7..1019d5edd553ce3fac0930866eb21bd660ec4e93 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ SRC_PATH:=src
 LIBRARY_NAME:=lib$(BINARY_NAME)
 LIBRARY_PATH:=lib
 LDLIBS:=-l$(BINARY_NAME) -lncurses -ltinfo
-#BUILD_TYPE:=debug
-BUILD_TYPE:=release
+BUILD_TYPE:=debug
+#BUILD_TYPE:=release
 
 # ====================================
 # DO NOT CHANGE STUFF BEYOND THIS LINE