Przeglądaj źródła

update make target

Oz N Tiram 9 lat temu
rodzic
commit
bec9bc336c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,5 +4,5 @@ test:
 coverage:
 	py.test --cov=frank test
 
-.PHONY: test
+.PHONY: test coverage