summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-11-10 19:20:32 +0100
committerantirez <antirez@gmail.com>2009-11-10 19:20:32 +0100
commitbcfc686db7351a4489d135d2fb0544fb6ee8dad9 (patch)
tree178de6e03d35c5d82f14107864193bf01a19ac2a /Makefile
parentf23242938637c5c72f5a8104976a3f7764d66203 (diff)
downloadredis-bcfc686db7351a4489d135d2fb0544fb6ee8dad9.tar.gz
Tcl script, make target, and redis.c changes to build the static symbol table automagically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49d0cb380..9e687d25a 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,9 @@ clean:
dep:
$(CC) -MM *.c
+staticsymbols:
+ tclsh utils/build-static-symbols.tcl > staticsymbols.h
+
test:
tclsh test-redis.tcl