diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-10-26 20:32:15 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:18 -0600 |
commit | afcc02550298ee8f1d74ef265d866a9b38397ce4 (patch) | |
tree | f7d0bfa78108a241cefa3df3fc58970c9aad0185 /Makefile | |
parent | 3ccb49013b94211adbfa81c9d2aa558dd113de7e (diff) |
rvs builds! nicely!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |