aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-07-16 03:44:22 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-07-16 03:44:22 -0600
commit9bc4c477e39725d6031a601f5341363bcbf54646 (patch)
tree160f31e48f811c0653ab1e2b110b577988e05260 /Makefile
parentMerge branch 'master' of github.com:Taywee/args (diff)
downloadargs.hxx-9bc4c477e39725d6031a601f5341363bcbf54646.tar.xz
fix many bugs, add tests for terminator6.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9242807..ae4dbdb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FLAGS += -O2
endif
LIBS =
-CFLAGS += -I. $(FLAGS) -c -MMD
+CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra
LDFLAGS += $(FLAGS)
SOURCES = test.cxx