Skip to content

Commit 2f4688b

Browse files
committed
fix(Makefile): update make clean to rm renamed outputs
1 parent 67c9fe8 commit 2f4688b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ clean: ## Clean the temporary files.
1212
rm -rf .pytest_cache
1313
rm -rf tests/__pycache__
1414
rm -rf .coverage
15-
rm -rf local_data
15+
rm -rf output
16+
rm -rf debug.log
1617

1718
.PHONY: black-check
1819
black-check: ## Run black for code formatting, without fixing.

0 commit comments

Comments
 (0)