X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/abc3ff4d90b2191f25a1dfb5ab1555c2cde208c2..edf23aff0e316908b5d4ed1f2b21800865c6f7bf:/Makefile diff --git a/Makefile b/Makefile index 185aab8d..b72faa1b 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,7 @@ clean: $(TARGETS): cd src && $(MAKE) $@ +src/help.h: + @./utils/generate-command-help.rb > $@ + dummy: