src/world/meson/Makefile

17 lines
376 B
Makefile

# Makefile - hhl - /usr/src/world/meson
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = meson
distext = gz
no_objdir = 1
use_configure = 0
include world.mk
build_cmd = cd ${srcdir} && python3 setup.py build
define install_cmd
cd ${srcdir} && python3 setup.py install --root=dest
cp -rv ${srcdir}/dest/* /
endef
include targets.mk