view include/Makefile @ 15:a24f0794ab4d default tip

INSTALL: document the new way
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 00:29:21 +0000
parents 78319ed870dc
children
line wrap: on
line source

FILES=	number_db_v2.h number_lookup.h number_utils.h

include ../config.defs

INSTDIR=${DESTDIR}${includedir}/themwi/nanp

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${FILES} ${INSTDIR}

clean: