-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using makefile to install dependencies #4
base: master
Are you sure you want to change the base?
Conversation
Do I understand correctly that if a lua rock is already installed then Makefile will not install it anew? How the updates are handled -- will it be able to update a rock or a cloned repository if there is a change? |
|
…ives. Added scenario kuz#4 which is designed to allow an agent to complete harder task (kill the troll)
…ives. Added scenario kuz#4 which is designed to allow an agent to complete harder task (kill the troll)
…ives. Added scenario kuz#4 which is designed to allow an agent to complete harder task (kill the troll)
If the install script fails in the middle, you have to fix the error and rerun the entire thing. I like makefile way of handling dependencies. I just translated install script into makefile.