summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdc157d..71a3942 100644
--- a/Makefile
+++ b/Makefile
@@ -55,10 +55,12 @@ complete-% : %/
%-build : %/; $(MKDIR) $@
%-build/Makefile : %-build %/configure
cd $<; ../$(patsubst %-build,%/,$<)/configure
- $(MAKE) -C $< Makefile
+ $(MAKE) -C $< Makefiles
build-% : %-build complete-% %-build/Makefile
$(MAKE) -C $<
install-% : %-build build-%
$(MAKE) -C $< install
+clean-% : %-build
+ $(MAKE) -C $< clean