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