Sfoglia il codice sorgente

Some cleaning in Makefile

oz123 10 anni fa
parent
commit
69593f1522
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -40,6 +40,7 @@ lint:
 test: install clean
 	git checkout pwman/tests/pwman.v0.0.8.db
 	python setup.py test
+	@rm -f pwman/tests/test.conf
 
 test-all:
 	tox
@@ -69,5 +70,5 @@ dist: clean
 	ls -l dist
 
 install:
-	-pip uninstall -y pwman3
+	pip uninstall -y pwman3
 	python setup.py -q install