Skip to content
Snippets Groups Projects
Commit 071006bc authored by Inuyasha's avatar Inuyasha
Browse files

Makefile can run comptime.bat from src\ too

parent 1a56d48c
Branches
Tags
No related merge requests found
...@@ -6,6 +6,7 @@ copy nul: /b +%1\comptime.c tmp.$$$ > nul ...@@ -6,6 +6,7 @@ copy nul: /b +%1\comptime.c tmp.$$$ > nul
move tmp.$$$ %1\comptime.c > nul move tmp.$$$ %1\comptime.c > nul
if exist .git goto gitrev if exist .git goto gitrev
if exist ..\.git goto gitrev
if exist .svn goto svnrev if exist .svn goto svnrev
goto filwri goto filwri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment