summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 33ca2b998..e6f70081b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,13 @@ docs:
@cd doc && $(MAKE) $@
+pass1:
+ @$(MAKE) MULTIPASS_CFLAGS='$(PASS1_CFLAGS)'
+
+pass2:
+ @$(MAKE) MULTIPASS_CFLAGS='$(PASS2_CFLAGS)'
+
+
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \
(cd $$subdir && $(MAKE) $@) || exit;\