diff --git a/Makefile b/Makefile index db731c4..dc9e21c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ # test: - php ./sapphire/cli-script.php dev/build flush=1 $(MAKE) -C sapphire test getallmodules: @@ -23,4 +22,4 @@ getallmodules: if [ -d gallery ]; then svn update gallery; else svn co http://svn.silverstripe.com/open/modules/gallery/trunk gallery; fi if [ -d rssaggregator ]; then svn update rssaggregator; else svn co http://svn.silverstripe.com/open/modules/rssaggregator/trunk rssaggregator; fi if [ -d sharethis ]; then svn update sharethis; else svn co http://svn.silverstripe.com/open/modules/sharethis/trunk sharethis; fi - if [ -d userforms ]; then svn update userforms; else svn co http://svn.silverstripe.com/open/modules/userforms/trunk userforms; fi \ No newline at end of file + if [ -d userforms ]; then svn update userforms; else svn co http://svn.silverstripe.com/open/modules/userforms/trunk userforms; fi