# See LICENSE file for copyright and license details. PREFIX=/usr/local INStALL_DIR=${PREFIX}/include instal: cp string2.h ${INSTALL_DIR}/string2.h uninstall: rm -f ${INSTALL_DIR}/string2.h