From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/comment/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 macros/latex/contrib/comment/Makefile (limited to 'macros/latex/contrib/comment/Makefile') diff --git a/macros/latex/contrib/comment/Makefile b/macros/latex/contrib/comment/Makefile new file mode 100644 index 0000000000..d405592566 --- /dev/null +++ b/macros/latex/contrib/comment/Makefile @@ -0,0 +1,6 @@ +info : + @echo "there is nothing to make here" +clean : + @/bin/rm -f *~ *.{aux,log,out} *.cut +zip : clean + @cd .. ; zip comment.zip comment/* -- cgit v1.2.3