aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_dialyzer.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_dialyzer.mk')
-rw-r--r--test/plugin_dialyzer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_dialyzer.mk b/test/plugin_dialyzer.mk
index 29c8285..d255c90 100644
--- a/test/plugin_dialyzer.mk
+++ b/test/plugin_dialyzer.mk
@@ -9,7 +9,7 @@ DIALYZER_CLEAN_TARGETS = $(addprefix clean-,$(DIALYZER_TARGETS))
clean-dialyzer: $(DIALYZER_CLEAN_TARGETS)
$(DIALYZER_CLEAN_TARGETS):
- $t rm -rf $(APP_TO_CLEAN)/
+ $t rm -rf $(APP_TO_CLEAN)
dialyzer: $(DIALYZER_TARGETS)