提交 f26dde8c 编写于 作者: A antirez

top level Makefile added, so you do not need to cd src

上级 b056ca39
# Top level makefile, the real shit is at src/Makefile
TARGETS=32bit noopt
all:
cd src && $(MAKE) $@
$(TARGETS) clean:
cd src && $(MAKE) $@
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册