Skip to content
Snippets Groups Projects
Commit 76051420 authored by nimrod's avatar nimrod
Browse files

Set all as the default target.

parent 3336e80c
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ PAPERSIZE = A4 ...@@ -12,6 +12,8 @@ PAPERSIZE = A4
.PHONY: all clean publish test .PHONY: all clean publish test
all: resume.html resume.pdf resume.docx resume.odt
resume.html: $(RESUME) resume.html: $(RESUME)
pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html
...@@ -24,8 +26,6 @@ resume.docx: $(RESUME) ...@@ -24,8 +26,6 @@ resume.docx: $(RESUME)
resume.odt: $(RESUME) resume.odt: $(RESUME)
pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt
all: resume.html resume.pdf resume.docx resume.odt
clean: clean:
rm -f resume.html resume.pdf resume.docx resume.odt *.log rm -f resume.html resume.pdf resume.docx resume.odt *.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment