Archived
1
0
Fork 0

Code cleaning and added error handling

This commit is contained in:
Julien Dessaux 2018-07-31 08:52:51 +02:00
parent 8c04f0d56d
commit 5975503d88
5 changed files with 56 additions and 48 deletions

View file

@ -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)