From 341fa7ba425892c12ae293584aacd9028d520e62 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 10 Feb 2009 21:54:44 -0600 Subject: [PATCH] fixed install command in makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2961c7e..3c58274 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +INSTALL = install + SRCS = \ cli.c \ espeakup.c \