Ver código fonte

Merge pull request #173 from kballard/makefile

Always rebuild with `make`
Benjamin Sago 8 anos atrás
pai
commit
06258cb711
1 arquivos alterados com 1 adições e 1 exclusões
  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