aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coredata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py
index 2b679a6..ea67e61 100644
--- a/coredata.py
+++ b/coredata.py
@@ -103,6 +103,7 @@ forbidden_target_names = {'clean': None,
'coverage-xml': None,
'coverage-html': None,
'phony': None,
+ 'PHONY': None,
'all': None,
'test': None,
'test-valgrind': None,