aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJulien Dessaux2018-07-31 08:52:51 +0200
committerJulien Dessaux2018-07-31 08:52:51 +0200
commit5975503d881f5dab86e85a4b680b9e96673256eb (patch)
treea08578a636ed2a8d4a77da3240fbed1daaf06bcb /GNUmakefile
parentMade a working ssh proxy server (diff)
downloadbastion-5975503d881f5dab86e85a4b680b9e96673256eb.tar.gz
bastion-5975503d881f5dab86e85a4b680b9e96673256eb.tar.bz2
bastion-5975503d881f5dab86e85a4b680b9e96673256eb.zip
Code cleaning and added error handling
Diffstat (limited to '')
-rw-r--r--GNUmakefile2
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)