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