ladanielson / MAT101

0 stars 3 forks source link

makefile #11

Open daverosoff opened 8 years ago

daverosoff commented 8 years ago

After you merge this branch...

  1. Copy the file Makefile.orig to Makefile (don't add it to the repo! It's already in .gitignore) and open Makefile, changing the sample paths to their correct values for your filesystem.
  2. Download make.exe
  3. Place the file you downloaded somewhere in your path (I recommend C:\Program Files (x86)\Git\mingw64\bin)
  4. Close Git Bash and open a new one
  5. cd to the root of your MAT101 repo
  6. Run make clean (this will clear all output/* files including knowls and images)
  7. Run make (or make all) to generate HTML and images

You can also do: