]> git.saurik.com Git - redis.git/blobdiff - Makefile
Tcl script, make target, and redis.c changes to build the static symbol table automag...
[redis.git] / Makefile
index 49d0cb3808b923cbaefd603fd7c39943c97feead..9e687d25aea3a4bd30d06843cb73557d8dadb0f9 100644 (file)
--- 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