Makefile: Change default behavior for "all" target

"all" is the default target when you `make`, and it should make
ALL THE THINGS.
This commit is contained in:
Alan Orth 2012-12-11 19:38:53 +03:00
parent b7f270ba7b
commit 4262810ba4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
all: cv.pdf
all: cv example
cv: cv.pdf