From dfda162adb766468fdcd01de333683e215231c07 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Sat, 26 Mar 2016 09:09:57 +0100 Subject: [PATCH] posaune --- tools/make/makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/make/makefile b/tools/make/makefile index 9fd2c44..0102534 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -28,7 +28,7 @@ include make.pre # #----------------------------------------------------------------- -compile: compile.stamp +compile: $(COMPILE_TARGET) # compile ist fertig zip: $(project).zip @@ -40,7 +40,6 @@ deb: $(project).deb #----------------------------------------------------------------- # compile steps #----------------------------------------------------------------- - compile.stamp: $(SOURCES) $(COMPILE) @touch compile.stamp @@ -77,6 +76,6 @@ clean: #----------------------------------------------------------------- # Build-Regeln #----------------------------------------------------------------- -%.pdf : %.tex +%.pdf : %.tex $(SOURCES) pdflatex $< -- 2.20.1