diff options
Diffstat (limited to '')
-rw-r--r-- | runtime/indent/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/indent/Makefile b/runtime/indent/Makefile index f6c4473..66ded80 100644 --- a/runtime/indent/Makefile +++ b/runtime/indent/Makefile @@ -1,5 +1,8 @@ # Portable Makefile for running indent tests. +.SUFFIXES: +.PHONY: test clean testclean + VIM = vim VIMRUNTIME = .. |