فهرست منبع

Some cleaning in Makefile

oz123 10 سال پیش
والد
کامیت
69593f1522
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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