提交 443d1e9e 编写于 作者: A antirez

Make install fixed using a dummy taget

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