Skip to content

Commit 9a880ed

Browse files
committed
Make distclean cleaner.
`make distclean` now removes the `sysroot` directory and the contents of the `deps` directory.
1 parent b179d56 commit 9a880ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ distclean:
5353
rm -f configure.scan configure.status config.log
5454
rm -f config.log config.status config.h
5555
rm -rf libs
56+
rm -rf deps/*
57+
rm -rf sysroot

0 commit comments

Comments
 (0)