Skip to content
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

Create a Makefile to act as a driver script to rule them all #56

Open
agendazhang opened this issue Dec 14, 2024 · 1 comment
Open

Create a Makefile to act as a driver script to rule them all #56

agendazhang opened this issue Dec 14, 2024 · 1 comment

Comments

@agendazhang
Copy link
Collaborator

This script should run the others in sequence, hard coding in the appropriate arguments. This script should:

live in the project’s root directory and be named Makefile

be well documented (using the project README and comments inside the Makefile to explain what it does and how to use it)

have an all target so that you can easily run the entire analysis from top to bottom by running make all at the command line

have a clean target so that you can easily “undo” your analysis by running make clean at the command line (e.g., deletes all generate data and files).
@agendazhang
Copy link
Collaborator Author

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant