Skip to content

Commit 742d2b9

Browse files
committed
lint: Add lint runner build dir and lint pycache to clean task
1 parent cfa057b commit 742d2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ clean-docs:
338338
clean-local: clean-docs
339339
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ fuzz.coverage/ test/tmp/ cache/ $(OSX_APP)
340340
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
341-
rm -rf osx_volname dist/
341+
rm -rf osx_volname dist/ test/lint/test_runner/target/ test/lint/__pycache__
342342

343343
test-security-check:
344344
if TARGET_DARWIN

0 commit comments

Comments
 (0)