scripts: include _curl as part of CLEANFILES

Closes #2718
This commit is contained in:
Dave Reisner 2018-07-07 08:08:57 -04:00 committed by Daniel Stenberg
parent b78d1a3d45
commit 0b4ccc97f2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 0 deletions

View File

@ -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