diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1a92cc99d..9b9d4b7d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,10 @@ debug: (cd $$subdir && $(MAKE) $@) \ done; +install-debug: debug + list='$(SUBDIRS)'; for subdir in $$list; do \ + (cd $$subdir && $(MAKE) $@) \ + done; prune-cache: -rm -f config.cache |