We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612890c commit 2229ae7Copy full SHA for 2229ae7
Makefile
@@ -24,7 +24,7 @@ _clean_platform:
24
@rm -f .DS_Store */.DS_Store */*/.DS_Store */*/*/.DS_Store */*/*/*/.DS_Store
25
26
debug_clean: ## Delete various debugging artifacts.
27
- @rm -rf /tmp/dis $$COVERAGE_DEBUG_FILE
+ @rm -rf /tmp/dis /tmp/foo.out $$COVERAGE_DEBUG_FILE
28
29
clean: debug_clean _clean_platform ## Remove artifacts of test execution, installation, etc.
30
@echo "Cleaning..."
0 commit comments