aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2018-07-07 08:08:57 -0400
committerDaniel Stenberg <daniel@haxx.se>2018-07-08 23:20:11 +0200
commit0b4ccc97f26316476d4c2abbd429952bf61b6375 (patch)
treecf4c696a1d1f3d8a62bcf9c03ca9b6b735017935 /scripts
parentb78d1a3d4563a055aa3abcc750b721f01b55dc24 (diff)
scripts: include _curl as part of CLEANFILES
Closes #2718
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 32dc1b9e2..15c08828c 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -24,6 +24,8 @@ PERL = @PERL@
ZSH_COMPLETION_FUNCTION_FILENAME = _curl
+CLEANFILES = $(ZSH_COMPLETION_FUNCTION_FILENAME)
+
all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME)
$(ZSH_COMPLETION_FUNCTION_FILENAME): zsh.pl