From 76051420bb84381d967f06b3ff3e819912132647 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 18 Oct 2017 16:28:18 +0300
Subject: [PATCH] Set all as the default target.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 13d27b0..4496184 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ PAPERSIZE = A4
 
 .PHONY: all clean publish test
 
+all: resume.html resume.pdf resume.docx resume.odt
+
 resume.html: $(RESUME)
 	pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html
 
@@ -24,8 +26,6 @@ resume.docx: $(RESUME)
 resume.odt: $(RESUME)
 	pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt
 
-all: resume.html resume.pdf resume.docx resume.odt
-
 clean:
 	rm -f resume.html resume.pdf resume.docx resume.odt *.log
 
-- 
GitLab