Makefile can run comptime.bat from src\ too

This commit is contained in:
Inuyasha 2016-01-16 11:35:34 -08:00 committed by Alam Ed Arias
parent 7e174290d7
commit 2f21c24d77
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ copy nul: /b +%1\comptime.c tmp.$$$ > nul
move tmp.$$$ %1\comptime.c > nul
if exist .git goto gitrev
if exist ..\.git goto gitrev
if exist .svn goto svnrev
goto filwri