diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-30 22:41:28 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-30 22:41:28 +0100 |
commit | 2e37cce23f1920a1f83639df7fb81b36a1aa0644 (patch) | |
tree | c2c7fcf5397bc9036197a3c0620f511301885a2d /pbuildd | |
parent | e776cded7597afc72ef1a2d6d890abba13e727e1 (diff) | |
download | pbuilder-2e37cce23f1920a1f83639df7fb81b36a1aa0644.tar pbuilder-2e37cce23f1920a1f83639df7fb81b36a1aa0644.tar.gz |
Run subdirs' "all" target
Diffstat (limited to 'pbuildd')
-rw-r--r-- | pbuildd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pbuildd/Makefile b/pbuildd/Makefile index 4019b89..53d082a 100644 --- a/pbuildd/Makefile +++ b/pbuildd/Makefile @@ -1,5 +1,7 @@ PBUILDDDIR=/usr/share/doc/pbuilder/examples/pbuildd/ +all: + clean: rm -f *~ |