diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/axodraw2/Makefile.am')
-rw-r--r-- | Master/texmf-dist/source/latex/axodraw2/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/axodraw2/Makefile.am b/Master/texmf-dist/source/latex/axodraw2/Makefile.am new file mode 100644 index 00000000000..58c87371daf --- /dev/null +++ b/Master/texmf-dist/source/latex/axodraw2/Makefile.am @@ -0,0 +1,16 @@ +## Makefile.am for axohelp +## +## Copyright (C) 2018 John Collins +## You may freely use, modify and/or distribute this file. +## + +AM_CFLAGS = $(WARNING_CFLAGS) + +bin_PROGRAMS = axohelp +axohelp_SOURCES = axohelp.c + +## Test +TESTS = axohelp.test +dist_check_SCRIPTS = $(TESTS) +CLEANFILES = test.ax2 + |