X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8df3dcada5e34c6a99666931ee6dcccd57685353..78f56a5aeed01022912b117864b8acf4e6411c58:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 8f811b7b..4f08126d 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,7 @@ # Top level makefile, the real shit is at src/Makefile -TARGETS=32bit noopt test +default: all -all: +.DEFAULT: cd src && $(MAKE) $@ -install: dummy - cd src && $(MAKE) $@ - -$(TARGETS) clean: - cd src && $(MAKE) $@ - cd deps/hiredis && $(MAKE) $@ - cd deps/linenoise && $(MAKE) $@ - -dummy: