DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Make should display help when is invoke without parameters #133

Closed Diwoka closed 5 years ago

Diwoka commented 5 years ago

Description

Make should display help when is invoke without parameters, rather than running commands the developer may not want.

Scenario

$> make 

Current behaviour

Add missing files and runs docker-compose.

Expected behaviour

Displays help, listing all available commands and their descriptions.