ソースを参照

Merge pull request #173 from kballard/makefile

Always rebuild with `make`
Benjamin Sago 8 年 前
コミット
06258cb711
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -60,4 +60,4 @@ uninstall:
 clean:
 	-rm -rf target
 
-.PHONY: all build build-no-git install uninstall clean
+.PHONY: all build install