diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-07-07 08:08:57 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-07-08 23:20:11 +0200 |
commit | 0b4ccc97f26316476d4c2abbd429952bf61b6375 (patch) | |
tree | cf4c696a1d1f3d8a62bcf9c03ca9b6b735017935 | |
parent | b78d1a3d4563a055aa3abcc750b721f01b55dc24 (diff) | |
download | curl-0b4ccc97f26316476d4c2abbd429952bf61b6375.tar.gz |
scripts: include _curl as part of CLEANFILES
Closes #2718
-rw-r--r-- | scripts/Makefile.am | 2 |
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 |