diff options
Diffstat (limited to 'Wenn_das_Brot_das_wir_teilen/Makefile')
-rw-r--r-- | Wenn_das_Brot_das_wir_teilen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Wenn_das_Brot_das_wir_teilen/Makefile b/Wenn_das_Brot_das_wir_teilen/Makefile index 6b6ed91..ff3ee4e 100644 --- a/Wenn_das_Brot_das_wir_teilen/Makefile +++ b/Wenn_das_Brot_das_wir_teilen/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 |