浏览代码

Always rebuild with `make`

`make` doesn't know how to tell if it needs to recompile or not, but
`cargo` does, so we should always call through into `cargo`.
Kevin Ballard 8 年之前
父节点
当前提交
b494c9c0f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,4 +22,4 @@ $(INSTALL):
 
 install: build $(INSTALL)
 
-.PHONY: install
+.PHONY: $(BUILD) build-no-git $(INSTALL)