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