X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..1eb91450898066bca8d90726869ab76861594cf6:/Makefile diff --git a/Makefile b/Makefile index f6790945..e614ede8 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,11 @@ # Top level makefile, the real shit is at src/Makefile -TARGETS=32bit noopt test +default: all -all: +.DEFAULT: cd src && $(MAKE) $@ -install: dummy +install: cd src && $(MAKE) $@ -$(TARGETS) clean: - cd src && $(MAKE) $@ - -dummy: +.PHONY: install