aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d3d89b..3a8fc53 100644
--- a/Makefile
+++ b/Makefile
@@ -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: