diff options
Diffstat (limited to 'runtime/indent/Makefile')
-rw-r--r-- | runtime/indent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/Makefile b/runtime/indent/Makefile index 1917e46c6..d19260552 100644 --- a/runtime/indent/Makefile +++ b/runtime/indent/Makefile @@ -11,4 +11,4 @@ test: clean: - VIMRUNTIME=$(VIMRUNTIME) $(VIM) --clean --not-a-term -u testdir/cleantest.vim + rm -f testdir/*.fail testdir/*.out |