clean-ctlist is a forbidden target name

No other target must be called this since we use it for calling the
`cleantrees.py` script.
pull/1227/head
Nirbheek Chauhan 8 years ago
parent 8e06ab6a95
commit a4219760ba
  1. 1
      mesonbuild/coredata.py

@ -236,6 +236,7 @@ builtin_options = {
}
forbidden_target_names = {'clean': None,
'clean-ctlist': None,
'clean-gcno': None,
'clean-gcda': None,
'coverage-text': None,

Loading…
Cancel
Save