Skip to content

Commit 59d0092

Browse files
author
Dane Springmeyer
committed
add more items to clean in makefile when starting fresh
1 parent 098670e commit 59d0092

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ coverage:
2424
clean:
2525
rm -rf lib/binding
2626
rm -rf build
27+
# remove remains from running 'make coverage'
28+
rm *.profraw
29+
rm *.profdata
2730
@echo "run 'make distclean' to also clear node_modules, mason_packages, and .mason directories"
2831

2932
distclean: clean
3033
rm -rf node_modules
3134
rm -rf mason_packages
35+
# remove remains from running './scripts/setup.sh'
3236
rm -rf .mason
37+
rm -rf .toolchain
38+
rm -f local.env
3339

3440
xcode: node_modules
3541
./node_modules/.bin/node-pre-gyp configure -- -f xcode

0 commit comments

Comments
 (0)