summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-26 20:32:15 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:18 -0600
commitafcc02550298ee8f1d74ef265d866a9b38397ce4 (patch)
treef7d0bfa78108a241cefa3df3fc58970c9aad0185 /Makefile
parent3ccb49013b94211adbfa81c9d2aa558dd113de7e (diff)
rvs builds! nicely!
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