Fix make clean

Remove also .coverage file.
This commit is contained in:
Marek Marczykowski-Górecki 2018-05-02 04:48:51 +02:00
parent 4329eab307
commit ad15312599
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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