DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Have makefile list all avalible targets when no target specified #3

Closed jackinloadup closed 6 years ago

jackinloadup commented 6 years ago

make will now list all available targets when no target is specified :+1:

The following is an example output

user@localhost$ make
Please specify a target. See README for information about targets.
-> init
-> init-drupal
-> update
-> safe-update
-> docker-rebuild
-> docker-status
-> docker-start
-> docker-stop
-> composer-install
-> composer-update
-> drupal-upgrade
-> drupal-install
-> config-init
-> config-import
-> config-export
-> config-validate
-> config-refresh
-> salt
-> clear-cache
-> destroy
-> rebuild
-> ready
-> lint
-> sniff
-> code-test
-> code-fix
-> fix-permissions