X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f23242938637c5c72f5a8104976a3f7764d66203..bcfc686db7351a4489d135d2fb0544fb6ee8dad9:/Makefile diff --git a/Makefile b/Makefile index 49d0cb38..9e687d25 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