From 852e58a3e6d82362b66ace7f35056ba6693795c3 Mon Sep 17 00:00:00 2001 From: Clecio Jung Date: Sun, 19 Mar 2023 09:15:26 -0300 Subject: Custom string allocator Introduced a function to convert properties to unsigned long And also improved the documentation of the library --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 134d617..fdb13b7 100755 --- a/Makefile +++ b/Makefile @@ -5,13 +5,14 @@ # Name of the executables to be generated EXEC := examples/ini_file_read \ examples/ini_file_search \ - examples/ini_file_create + examples/ini_file_create # Library files LIB_FILES := ini_file.c ini_file.h # Flags for compiler -CFLAGS := -W -Wall -Wextra -pedantic -Wconversion -Werror -flto -std=c89 -O2 +CFLAGS := -W -Wall -Wextra -pedantic -Wconversion \ + -Werror -flto -std=c89 -O2 # ---------------------------------------- # Compilation and linking rules -- cgit v1.2.3