aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-16 23:41:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-16 23:41:50 +1000
commit25e363e7295eb385695e08c6f61ec4b8fcd9846f (patch)
tree3ab22e610e949a1cabc5f087dc286b0deb01f429 /Makefile.in
parent5db192347cd507c074b6b094c97d1847d95befe8 (diff)
Add debug target to make, which halts on warnings
darcs-hash:20060116134150-ac50b-4edaa946177ff0368669ed6314d25bf5c8663023.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7bbc068d..acc9af85 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -163,6 +163,9 @@ TRANSLATIONS := $(TRANSLATIONS_SRC:.po=.gmo)
#Make everything needed for installing fish
all: $(PROGRAMS) user_doc
+debug:
+ make fish CFLAGS="-O0 -Wno-unused -Werror -g @INCLUDEDIR@ -Wall -std=gnu99 -fno-strict-aliasing"
+
# User documentation, describing the features of the fish shell.
user_doc: doc.h Doxyfile.user user_doc.head.html
doxygen Doxyfile.user