From afcc02550298ee8f1d74ef265d866a9b38397ce4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Oct 2009 20:32:15 -0400 Subject: rvs builds! nicely! --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-2-g168b