diff options
author | antirez <antirez@gmail.com> | 2009-11-10 19:20:32 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-11-10 19:20:32 +0100 |
commit | bcfc686db7351a4489d135d2fb0544fb6ee8dad9 (patch) | |
tree | 178de6e03d35c5d82f14107864193bf01a19ac2a /Makefile | |
parent | f23242938637c5c72f5a8104976a3f7764d66203 (diff) | |
download | redis-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ clean: dep: $(CC) -MM *.c +staticsymbols: + tclsh utils/build-static-symbols.tcl > staticsymbols.h + test: tclsh test-redis.tcl |