aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 3a8fc53e90dc936979afd66b22176c57c3305151 (plain)
1
2
3
4
5
6
7
8
9
10
# 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