From 0b4ccc97f26316476d4c2abbd429952bf61b6375 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 7 Jul 2018 08:08:57 -0400 Subject: scripts: include _curl as part of CLEANFILES Closes #2718 --- scripts/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3