X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP5%2Fexo4%2FMakefile;h=0f7b956006e4f70c576e9e321987e9c4fed9e0eb;hb=5e90a798f3e6acf9ed025f2cf6efa96e60688105;hp=6f1791e9f53fb9222a44d3e32b0969f22e6f3e6b;hpb=16d1d589590215264ffec1c7af6fee2af81fb351;p=Algorithmic_C.git diff --git a/TP5/exo4/Makefile b/TP5/exo4/Makefile index 6f1791e..0f7b956 100644 --- a/TP5/exo4/Makefile +++ b/TP5/exo4/Makefile @@ -11,7 +11,7 @@ # # Automatic dependencies code from: # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/#tldr -BINARY_NAME=list_chainee +BINARY_NAME=liste_chainee BUILD_TYPE=debug # ==================================== @@ -35,7 +35,7 @@ else BUILDDIR := .build/release DEBUG_FLAG = STRIP_FLAG = -s -OPTIFLAG = -O3 +OPTI_FLAG = -O3 endif CFLAGS := $(CFLAGS) $(WARN_FLAGS) $(STD_FLAG) $(OPTI_FLAG) $(DEBUG_FLAG)