Skip to content

Commit 5ba0772

Browse files
author
Dane Springmeyer
committed
cleanup actual images during make clean [skip ci]
1 parent b4823cd commit 5ba0772

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ coverage:
2727
clean:
2828
rm -rf lib/binding
2929
rm -rf build
30+
find test/ -name *actual* -exec rm {} \;
3031
echo "run make distclean to also remove mason_packages and node_modules"
3132

3233
distclean: clean

0 commit comments

Comments
 (0)