]> git.saurik.com Git - redis.git/blobdiff - Makefile
now redis-cli is able to show the Git SHA1 in the version output
[redis.git] / Makefile
index 576c0e5e94fb7192b2baf248f056bb4a8b9b6b50..185aab8d2038f404c6f5f8143859ca2e03bed2a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,19 @@
 # Top level makefile, the real shit is at src/Makefile
 
-TARGETS=32bit noopt test install
+TARGETS=32bit noopt test
 
 all:
        cd src && $(MAKE) $@
 
-$(TARGETS) clean:
+install: dummy
        cd src && $(MAKE) $@
+
+clean:
+       cd src && $(MAKE) $@
+       cd deps/hiredis && $(MAKE) $@
+       cd deps/linenoise && $(MAKE) $@
+
+$(TARGETS):
+       cd src && $(MAKE) $@
+
+dummy: