From 552934ce74c206e3de6341b6796afec881ae9895 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 9 Oct 2013 16:19:30 -0700 Subject: [PATCH] Add a fake make file for Windows test-running love --- make.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 make.bat diff --git a/make.bat b/make.bat new file mode 100644 index 00000000000..7d71f0f925f --- /dev/null +++ b/make.bat @@ -0,0 +1,3 @@ +:: The tests run "make doc" in the prepublish script, +:: so this file gives windows something that'll exit +:: successfully, without having to install make.