From 001cecbab255bea2a3a3cf5616b7037480aa64da Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 22 Sep 2015 10:13:29 -0300 Subject: [PATCH] arrumando depenencias no Makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 45ebe11..f5a01dd 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ BASENAME = relatorioR4 -all: $(BASENAME) +all: $(BASENAME).pdf + evince $< & -$(BASENAME): - pandoc --standalone --from markdown --to latex --output $(BASENAME).pdf $(BASENAME).md $< - evince $(BASENAME).pdf & +$(BASENAME).pdf: $(BASENAME).md + pandoc --standalone --from markdown --to latex --output $@ $< clean: - rm -f $(BASENAME)*.pdf + rm -f $(BASENAME).pdf -- libgit2 0.21.2