9 lines
244 B
Makefile
9 lines
244 B
Makefile
# Makefile - hhl - /usr/src/world/xml-parser
|
|
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
|
#
|
|
distname = XML-Parser
|
|
distext = gz
|
|
no_objdir = 1
|
|
include toolchain.mk
|
|
config_cmd = cd $(srcdir) && perl Makefile.PL
|
|
include targets.mk
|