diff options
author | Julien Dessaux | 2018-07-31 08:52:51 +0200 |
---|---|---|
committer | Julien Dessaux | 2018-07-31 08:52:51 +0200 |
commit | 5975503d881f5dab86e85a4b680b9e96673256eb (patch) | |
tree | a08578a636ed2a8d4a77da3240fbed1daaf06bcb /GNUmakefile | |
parent | Made a working ssh proxy server (diff) | |
download | bastion-5975503d881f5dab86e85a4b680b9e96673256eb.tar.gz bastion-5975503d881f5dab86e85a4b680b9e96673256eb.tar.bz2 bastion-5975503d881f5dab86e85a4b680b9e96673256eb.zip |
Code cleaning and added error handling
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |