X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Makefile;h=639170dc0b18da7ff2f3f1715f6d0c1360ce3086;hb=3de18b0799930ec82892a0ce65895716e1e8acbc;hp=850201703df43ef95c3dc2543a277a706826636f;hpb=31ec36151e0789762a75e319f6432967de5bb66c;p=Project_algorithmic_C.git diff --git a/Makefile b/Makefile index 8502017..639170d 100644 --- 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