From ed72dcf82daab22e242c8bd87451d48f229f3eb9 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 18 Feb 2019 20:13:35 -0500 Subject: Rename the header to Makes it easier to use and remember, and makes the variable `module/*headerpath*` make more sense. --- build_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_win.bat') diff --git a/build_win.bat b/build_win.bat index 826885f4..2bc04507 100644 --- a/build_win.bat +++ b/build_win.bat @@ -123,7 +123,7 @@ copy LICENSE dist\LICENSE copy README.md dist\README.md copy janet.lib dist\janet.lib copy janet.exp dist\janet.exp -copy src\include\janet\janet.h dist\janet.h +copy src\include\janet.h dist\janet.h copy tools\cook.janet dist\cook.janet copy tools\highlight.janet dist\highlight.janet exit /b 0 -- cgit v1.2.3