# Top level makefile, the real shit is at src/Makefile TARGETS=32bit noopt test all: cd src && $(MAKE) $@ install: dummy cd src && $(MAKE) $@ $(TARGETS) clean: cd src && $(MAKE) $@ cd deps/hiredis && $(MAKE) $@ cd deps/linenoise && $(MAKE) $@ dummy: