From 651d08d7b52743bba74a22339ed5580c0b9edc1f Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sat, 26 Oct 2024 21:53:37 -0500 Subject: Set the "all" target as the default Make goal --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3