diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # See LICENSE file for copyright and license details. PREFIX=/usr/local -INStALL_DIR=${PREFIX}/include +INSTALL_DIR=${PREFIX}/include -instal: +install: cp string2.h ${INSTALL_DIR}/string2.h uninstall: |