Ver código fonte

Fix make clean

Remove also .coverage file.
Marek Marczykowski-Górecki 6 anos atrás
pai
commit
ad15312599
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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