FreeCalypso > hg > themwi-nanp
view include/Makefile @ 13:c0bfd300b6e5
add INSTALL
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 06:07:40 +0000 |
parents | 3d6cfb615d90 |
children | 78319ed870dc |
line wrap: on
line source
INSTALL_PREFIX= /opt/themwi INSTDIR=${INSTALL_PREFIX}/include/themwi/nanp FILES= number_db_v2.h number_lookup.h number_utils.h all: install: mkdir -p ${INSTDIR} install -c -m 644 ${FILES} ${INSTDIR} clean: