diff options
Diffstat (limited to 'test/plugin_xref.mk')
-rw-r--r-- | test/plugin_xref.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_xref.mk b/test/plugin_xref.mk index 0246e23..e98d7d0 100644 --- a/test/plugin_xref.mk +++ b/test/plugin_xref.mk @@ -1,10 +1,10 @@ # Xref plugin. -XREF_TARGETS = $(call list_targets,xref) +xref_TARGETS = $(call list_targets,xref) -.PHONY: xref $(XREF_TARGETS) +.PHONY: xref $(xref_TARGETS) -xref: $(XREF_TARGETS) +xref: $(xref_TARGETS) xref-check: init |