Go to file
Jean-Sébastien Pédron 7f108ae997 Makefile: Remove `deps` from scripts' dependencies
This is useless because `app` already depends on `deps`. Furthermore,
`deps` is a phony target, and thus always considered outdated. As a
consequence, the scripts' recipe need to always be executed again.

Therefore, adding `deps` again as a dependency just increases the time
to build for nothing.
2018-04-05 11:25:07 +02:00
deps/rabbitmq_cli Makefile: Remove `deps` from scripts' dependencies 2018-04-05 11:25:07 +02:00