"all" is the default target when you `make`, and it should make ALL THE THINGS.
Use: `make example` or `make template.pdf` to see the stock moderncv template.
Can be used to recompile the CV's LaTeX -> PDF: make cv.pdf 'cv.pdf' is the default target, so you can also just: make A 'clean' target is also provided for easy cleanup.