X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8df3dcada5e34c6a99666931ee6dcccd57685353..21d3294c7013a4385aebd84436394bb58e273093:/Makefile diff --git a/Makefile b/Makefile index 8f811b7b..335f8321 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,16 @@ all: install: dummy cd src && $(MAKE) $@ -$(TARGETS) clean: +clean: cd src && $(MAKE) $@ cd deps/hiredis && $(MAKE) $@ cd deps/linenoise && $(MAKE) $@ + cd deps/lua && $(MAKE) $@ + +$(TARGETS): + cd src && $(MAKE) $@ + +src/help.h: + @./utils/generate-command-help.rb > $@ dummy: