We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098670e commit 59d0092Copy full SHA for 59d0092
1 file changed
Makefile
@@ -24,12 +24,18 @@ coverage:
24
clean:
25
rm -rf lib/binding
26
rm -rf build
27
+ # remove remains from running 'make coverage'
28
+ rm *.profraw
29
+ rm *.profdata
30
@echo "run 'make distclean' to also clear node_modules, mason_packages, and .mason directories"
31
32
distclean: clean
33
rm -rf node_modules
34
rm -rf mason_packages
35
+ # remove remains from running './scripts/setup.sh'
36
rm -rf .mason
37
+ rm -rf .toolchain
38
+ rm -f local.env
39
40
xcode: node_modules
41
./node_modules/.bin/node-pre-gyp configure -- -f xcode
0 commit comments