diff options
author | Erich Eckner <git@eckner.net> | 2022-12-20 10:31:32 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-12-20 10:31:32 +0100 |
commit | 924ff8b4c78ec0fb899e391b0354040c62367215 (patch) | |
tree | b5a8a8aeeaa67ad976e430450acf6c6fb0e345bd /Masithi_Amen/Makefile | |
parent | 1596a8a6e0192abd0a7864c0ae1ec6f2b6b6bb7e (diff) | |
download | Musik-924ff8b4c78ec0fb899e391b0354040c62367215.tar.xz |
*/Makefile: print new
Diffstat (limited to 'Masithi_Amen/Makefile')
-rw-r--r-- | Masithi_Amen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Masithi_Amen/Makefile b/Masithi_Amen/Makefile index 6b6ed91..ff3ee4e 100644 --- a/Masithi_Amen/Makefile +++ b/Masithi_Amen/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 |