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 d19260552..f6c44736d 100644 --- a/runtime/indent/Makefile +++ b/runtime/indent/Makefile @@ -10,5 +10,5 @@ test: VIMRUNTIME=$(VIMRUNTIME) $(VIM) --clean --not-a-term -u testdir/runtest.vim -clean: +clean testclean: rm -f testdir/*.fail testdir/*.out |