1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

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