diff options
Diffstat (limited to 'Ich_glaub_an_einen_Gott_der_singt')
-rw-r--r-- | Ich_glaub_an_einen_Gott_der_singt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ich_glaub_an_einen_Gott_der_singt/Makefile b/Ich_glaub_an_einen_Gott_der_singt/Makefile index 6b6ed91..ff3ee4e 100644 --- a/Ich_glaub_an_einen_Gott_der_singt/Makefile +++ b/Ich_glaub_an_einen_Gott_der_singt/Makefile @@ -4,6 +4,9 @@ EXTRAS=$(shell ../.meta/find-extras) all: $(CURDOC)$(EXTRAS).pdf $(CURDOC)$(EXTRAS)-tolino.pdf +print: + @echo $(CURDOC)$(EXTRAS).pdf + clean: rm -f *.pre *.post |