read-redis/Makefile

17 lines
260 B
Makefile
Raw Normal View History

# Top level makefile, the real shit is at src/Makefile
2010-07-07 01:10:20 +08:00
TARGETS=32bit noopt test
all:
cd src && $(MAKE) $@
2010-07-07 01:10:20 +08:00
install: dummy
cd src && $(MAKE) $@
$(TARGETS) clean:
cd src && $(MAKE) $@
cd deps/hiredis && $(MAKE) $@
cd deps/linenoise && $(MAKE) $@
2010-07-07 01:10:20 +08:00
dummy: