From 701b4fa6e78a7eebd8a7df9f51747df9209d23fd Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 4 Apr 2023 23:32:06 +0200 Subject: Correct some syntax error in Makefile --- Makefile | 4 ++-- 1 file 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: -- cgit v1.2.3