X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/abc3ff4d90b2191f25a1dfb5ab1555c2cde208c2..9494f1f15b128ef8407d118c240d3793aff0ed82:/Makefile diff --git a/Makefile b/Makefile index 185aab8d..4f08126d 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +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) $@ - -clean: - cd src && $(MAKE) $@ - cd deps/hiredis && $(MAKE) $@ - cd deps/linenoise && $(MAKE) $@ - -$(TARGETS): - cd src && $(MAKE) $@ - -dummy: