From b6068be315bea676faf0c8248068dda6b96c697f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 9 Jan 2008 22:03:20 -0800 Subject: [PATCH] Rename lm-echo to lg-echo --- Makefile | 2 +- lm-echo.c => lg-echo.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lm-echo.c => lg-echo.c (100%) diff --git a/Makefile b/Makefile index f4e529d..de7e1d3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ALL=lm-echo +ALL=lg-echo MYCFLAGS=-Wall `pkg-config --cflags loudmouth-1.0` MYLDFLAGS=`pkg-config --libs loudmouth-1.0` diff --git a/lm-echo.c b/lg-echo.c similarity index 100% rename from lm-echo.c rename to lg-echo.c -- 2.43.0