Skip to content

Commit

Permalink
Merge pull request #1019 from eloycoto/Makefile
Browse files Browse the repository at this point in the history
[make] Add dependencies helper message.
  • Loading branch information
davidor authored Apr 24, 2019
2 parents a121750 + 437a35e commit f4ac0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ lua_modules: $(ROVER) $(S2I_CONTEXT)/Roverfile.lock
lua_modules/bin/rover:
@LUAROCKS_CONFIG=$(S2I_CONTEXT)/config-5.1.lua luarocks install --server=http://luarocks.org/dev lua-rover --tree=lua_modules 1>&2

dependencies: lua_modules carton
dependencies: lua_modules carton ## Install project dependencies

clean-containers: apicast-source
$(DOCKER_COMPOSE) down --volumes
Expand Down

0 comments on commit f4ac0f2

Please sign in to comment.