aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/cleantrees.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan1-0/+43
The script will manually delete all custom_target outputs that are directories instead of files. This is needed because on platforms other than Windows, Ninja only deletes directories while cleaning if they are empty. Closes #1220