Browse Source

Fix make clean

Remove also .coverage file.
Marek Marczykowski-Górecki 6 years ago
parent
commit
ad15312599
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -52,6 +52,7 @@ clean:
 	rm -rf test-packages/__pycache__
 	rm -rf test-packages/__pycache__
 	rm -rf test-packages/qubesagent.egg-info
 	rm -rf test-packages/qubesagent.egg-info
 	rm -rf __pycache__
 	rm -rf __pycache__
+	rm -f .coverage
 
 
 all:
 all:
 	make -C misc
 	make -C misc