diff --git a/makefile b/makefile index d5e9ca0..3026866 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ vendor: composer.lock robo.phar: # Get a copy of robo - wget http://robo.li/robo.phar + curl -L -o robo.phar http://robo.li/robo.phar config.php: config.php.default # Use .default if no other config provided