From 4262810ba409a59e1694ed2f1c63f552500314d4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 11 Dec 2012 19:38:53 +0300 Subject: [PATCH] Makefile: Change default behavior for "all" target "all" is the default target when you `make`, and it should make ALL THE THINGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73943b4..9808c1a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: cv.pdf +all: cv example cv: cv.pdf