Skip to content

Commit 779c390

Browse files
authored
Fix typo in makefile (#7)
1 parent 017ba70 commit 779c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clean-pytest: # Remove output from pytest
77
rm -rf test/__pycache__
88

99
clean-coverage: # Remove output from coverage
10-
rm -rf .covarge htmlcov
10+
rm -rf .coverage htmlcov
1111

1212
clean-mypackage: # Remove output from installing package
1313
rm -rf mypackage.egg-info mypackage/__pycache__

0 commit comments

Comments
 (0)