summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2024-10-26 21:53:37 -0500
committerKarl Hallsby <karl@hallsby.com>2024-10-26 21:53:37 -0500
commit651d08d7b52743bba74a22339ed5580c0b9edc1f (patch)
treea70a90c5c788e6710e35de36def6e19b8a158c21 /Makefile
parentf396e449fa689ece1a6a18d622b0c873eb283c97 (diff)
Set the "all" target as the default Make goalHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26e250c..1eebc13 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ RESUME_FILE_BASE := Hallsby_Karl
SRC := $(RESUME_FILE_BASE).tex
OUT_PDF := $(RESUME_FILE_BASE).pdf
+.DEFAULT_GOAL=all
+
.PHONY: all clean
all: pdf