mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Makefile can run comptime.bat from src\ too
This commit is contained in:
parent
7e174290d7
commit
2f21c24d77
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue