Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Now, we’ll discuss the makefile and explain the rules already contained within it, as well as the rest.

Running the makefile

If you want to use your Makefile, you have several options:

  1. make: This command ensures that everything runs so that the latest version of the prerequisites listed in the all target is generated.

  2. make clean: Use this to clean up your experiment folder.

  3. make build/plot.pdf: Are you working on the plot or another python script and want to view the results? You can then specify the corresponding target as an argument after make.