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