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:
parent
b7f270ba7b
commit
4262810ba4
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
all: cv.pdf
|
all: cv example
|
||||||
|
|
||||||
cv: cv.pdf
|
cv: cv.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user