aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_shell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_shell.mk')
-rw-r--r--test/plugin_shell.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_shell.mk b/test/plugin_shell.mk
index 533f0a7..83b9883 100644
--- a/test/plugin_shell.mk
+++ b/test/plugin_shell.mk
@@ -1,10 +1,10 @@
# Shell plugin.
-SHELL_TARGETS = $(call list_targets,shell)
+shell_TARGETS = $(call list_targets,shell)
-.PHONY: shell $(C_SRC_TARGETS)
+.PHONY: shell $(shell_TARGETS)
-shell: $(SHELL_TARGETS)
+shell: $(shell_TARGETS)
shell-compile: init