diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
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/ |