From c847db03bc4a18eb39f4eef6332d114d44158759 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 20 Dec 2010 17:26:10 +0100 Subject: [PATCH] Name change. --- Makefile | 4 ++-- README.markdown | 2 +- radish.c => turnip.c | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename radish.c => turnip.c (100%) diff --git a/Makefile b/Makefile index 44018fb..c977b25 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -OUT=radish -OBJS=radish.o hiredis/hiredis.o hiredis/sds.o hiredis/net.o hiredis/async.o +OUT=turnip +OBJS=turnip.o hiredis/hiredis.o hiredis/sds.o hiredis/net.o hiredis/async.o CFLAGS=-O0 -ggdb -Wall -Wextra -I. LDFLAGS=-levent prefix=/usr diff --git a/README.markdown b/README.markdown index 324ee25..811d470 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ A very simple prototype providing an HTTP interface to Redis.
 make clean all
-./radish &
+./turnip &
 curl http://127.0.0.1:7379/SET/hello/world
 curl http://127.0.0.1:7379/GET/hello
 
diff --git a/radish.c b/turnip.c
similarity index 100%
rename from radish.c
rename to turnip.c