From 68761633ae46628b9b2d64de4dffab7df779e353 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 9 Feb 2016 22:18:04 +0100 Subject: fixed makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed52353..8be449d 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ TARGET=summary.pdf $(subst .tex,.pdf,$(wildcard discussion-*.tex)) all: $(TARGET) -summary.pdf: summary.tex $(shell ls sum-*.tex) discussion.sty +summary.pdf: summary.tex $(shell ls sum-*.tex) dogmatics.sty latexmk $< -%.pdf: %.tex $(shell ls sum-*.tex) discussion.sty +%.pdf: %.tex $(shell ls sum-*.tex) dogmatics.sty latexmk $< clean: -- cgit v1.2.3