diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,13 +8,14 @@ include Make.Rules # flags # -all install clean: %: %-here +all install clean kdebug: %: %-here $(MAKE) -C libcap $@ ifneq ($(PAM_CAP),no) $(MAKE) -C pam_cap $@ endif $(MAKE) -C progs $@ $(MAKE) -C doc $@ + $(MAKE) -C kdebug $@ all-here: |