X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=zilasm%2FMakefile.am;h=5134797e6ee041a9cf829e007c29199a42dd605b;hb=d69e331890c807396644b78be2c86d9afc1de78d;hp=b09e69a80c82f185b5f98a2737cc320a4798e103;hpb=fd453701e368225dd15e9df2e5b1752aebe454e8;p=zilutils.git diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index b09e69a..5134797 100644 --- a/zilasm/Makefile.am +++ b/zilasm/Makefile.am @@ -16,8 +16,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later bin_PROGRAMS = zilasm - +man_MANS = zilasm.1 zilasm_SOURCES = main.c opcodes.c symtable.c header.c parser.c directives.c labels.c zmem.c include_HEADERS = opcodes.h symtable.h header.h parser.h directives.h labels.h zmem.h