Code cleaning and added error handling
This commit is contained in:
parent
8c04f0d56d
commit
5975503d88
5 changed files with 56 additions and 48 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue