summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@domU-12-31-39-00-C4-C4.compute-1.internal>2010-03-17 09:41:02 -0400
committerroot <root@domU-12-31-39-00-C4-C4.compute-1.internal>2010-03-17 09:41:02 -0400
commitfdfdae0f3abdbe44905d2de1b89ea839717c2a65 (patch)
treeda9c48e6d2f2d0b2cadc0a2c2e35c8d6cd936435 /Makefile
parenta86f14b1907e72f97332c8f5f88bb97b937e64a9 (diff)
downloadredis-fdfdae0f3abdbe44905d2de1b89ea839717c2a65.tar.gz
Added Authentication to redis-cli.c using -a switch
Update usage fixed Makefile to delete redis-check-dump during make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3e3bf650..df840313f 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ redis-check-dump: $(CHECKDUMPOBJ)
$(CC) -c $(CFLAGS) $(DEBUG) $(COMPILE_TIME) $<
clean:
- rm -rf $(PRGNAME) $(BENCHPRGNAME) $(CLIPRGNAME) *.o *.gcda *.gcno *.gcov
+ rm -rf $(PRGNAME) $(BENCHPRGNAME) $(CLIPRGNAME) $(CHECKDUMPPRGNAME) *.o *.gcda *.gcno *.gcov
dep:
$(CC) -MM *.c