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