diff options
Diffstat (limited to 'test/plugin_proper.mk')
-rw-r--r-- | test/plugin_proper.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_proper.mk b/test/plugin_proper.mk index 108b6e4..42a324d 100644 --- a/test/plugin_proper.mk +++ b/test/plugin_proper.mk @@ -1,10 +1,10 @@ # PropEr plugin. -PROPER_TARGETS = $(call list_targets,proper) +proper_TARGETS = $(call list_targets,proper) -.PHONY: proper $(PROPER_TARGETS) +.PHONY: proper $(proper_TARGETS) -proper: $(PROPER_TARGETS) +proper: $(proper_TARGETS) proper-test-dir: init |