aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-12-31 19:57:09 +0000
committerRob Austein <sra@hactrn.net>2010-12-31 19:57:09 +0000
commitbc934a48ac4377c2c6477f490494bf1cebe88e45 (patch)
tree29ca1deef88d3da478a91538071142f9a4511ac0 /Makefile.in
parent6c764b15f07f87271ff01ca2bc55b0bcd318c74d (diff)
distclean target
svn path=/Makefile.in; revision=3596
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 96571de3..6d9c8add 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,10 +2,15 @@
SUBDIRS = @TOP_LEVEL_SUBDIRS@
-all install clean test:
+default: all
+
+test:: all
+
+all install clean test distclean::
@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done
-test: all
+distclean::
+ rm -f Makefile config.log config.status
export:
svn export http://subvert-rpki.hactrn.net/