소스 검색

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)