소스 검색

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