summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/maintMakefile b/maintMakefile
index 796a221..f08c3cc 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -1,10 +1,11 @@
# Maintainer-only makefile segment. This contains things that are relevant
# only if you have the full copy of the GNU make sources from the CVS
# tree, not a dist copy.
-#
+
+# We like mondo-warnings!
+AM_CFLAGS += -Wall -W
# Find the glob source files... this might be dangerous, but we're maintainers!
-#
globsrc := $(wildcard glob/*.c)
globhdr := $(wildcard glob/*.h)