Commit Graph

4 Commits

Author SHA1 Message Date
Alan Orth 4262810ba4 Makefile: Change default behavior for "all" target
"all" is the default target when you `make`, and it should make
ALL THE THINGS.
2012-12-11 19:38:53 +03:00
Alan Orth bc2480d70c Makefile: Add make target for example template
Use: `make example` or `make template.pdf` to see the stock moderncv
template.
2012-12-11 15:39:22 +03:00
Alan Orth e7891b905a Makefile: Add 'cv' make target 2012-12-11 15:38:57 +03:00
Alan Orth 9f2694ea3f Add Makefile
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.
2012-12-02 00:52:08 +03:00