Skip to content

Commit 2229ae7

Browse files
committed
build: another common debug file to clean up
1 parent 612890c commit 2229ae7

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
@@ -24,7 +24,7 @@ _clean_platform:
2424
@rm -f .DS_Store */.DS_Store */*/.DS_Store */*/*/.DS_Store */*/*/*/.DS_Store
2525

2626
debug_clean: ## Delete various debugging artifacts.
27-
@rm -rf /tmp/dis $$COVERAGE_DEBUG_FILE
27+
@rm -rf /tmp/dis /tmp/foo.out $$COVERAGE_DEBUG_FILE
2828

2929
clean: debug_clean _clean_platform ## Remove artifacts of test execution, installation, etc.
3030
@echo "Cleaning..."

0 commit comments

Comments
 (0)