aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 3 insertions, 2 deletions
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