From bcfc686db7351a4489d135d2fb0544fb6ee8dad9 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 10 Nov 2009 19:20:32 +0100 Subject: Tcl script, make target, and redis.c changes to build the static symbol table automagically --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1