RasaHQ / financial-demo

A demo for a financial services bot
Apache License 2.0
309 stars 398 forks source link

Use `--no-print-directory` option in all `make` commands. #156

Closed ArjaanBuijk closed 3 years ago

ArjaanBuijk commented 3 years ago

By default, make prints Entering directory... and Leaving directory. This breaks usage of the Makefile functions that print a value and nothing else, and the printed value is then used in conditional statements.