X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..1d82bbd4329d53fa525a3d1e00005d53641e1d0d:/Makefile diff --git a/Makefile b/Makefile index f6790945..4f08126d 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +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) $@ - -dummy: