Kaynağa Gözat

Merge pull request #173 from kballard/makefile

Always rebuild with `make`
Benjamin Sago 8 yıl önce
ebeveyn
işleme
06258cb711
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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