From bc934a48ac4377c2c6477f490494bf1cebe88e45 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 31 Dec 2010 19:57:09 +0000 Subject: distclean target svn path=/Makefile.in; revision=3596 --- Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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/ -- cgit v1.2.3