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