diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/objectz/makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/objectz/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/objectz/makefile b/Master/texmf-dist/source/latex/objectz/makefile new file mode 100644 index 00000000000..edb8e0f58a2 --- /dev/null +++ b/Master/texmf-dist/source/latex/objectz/makefile @@ -0,0 +1,6 @@ +oz: + tex oz.ins + latex oz.dtx + +clean: + -rm *.aux *.toc *.sty *.dvi *.log *.tmp |