Explorar o código

Some cleaning in Makefile

oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
69593f1522
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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