From 5975503d881f5dab86e85a4b680b9e96673256eb Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 31 Jul 2018 08:52:51 +0200 Subject: Code cleaning and added error handling --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3bbefd6..38004ed 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ CC=clang DEBUG=-g -CFLAGS= ${DEBUG} -Wall -Werror -Wextra -Weverything -Wno-missing-prototypes -Wno-disabled-macro-expansion +CFLAGS= ${DEBUG} -Wall -Werror -Wextra -Weverything -Wno-disabled-macro-expansion sources=$(wildcard src/*.c) OBJ=$(sources:.c=.o) -- cgit v1.2.3