commit | 8291e91c6b10e0cdeb2f29c8f1a0aad6d5b5c684 | [log] [tgz] |
---|---|---|
author | RestorerZ <restorer@mail2k.ru> | Sat Mar 16 15:08:53 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sat Mar 16 15:13:21 2024 +0100 |
tree | 8f669c0321ba974dfcdc76efa092a8d61ce0c14a | |
parent | d0c1b7723f7e73763597af2f97a53d94ab7ed020 [diff] [blame] |
runtime(indent-test): MS-Windows: Add Makefile for running indent tests A few more unrelated changes: - fix Vim script style of indent test - Change comments to complete sentences in Filelist closes: #14198
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 = ..