Skip to content
Snippets Groups Projects
Commit 6fd30361 authored by Inuyasha's avatar Inuyasha
Browse files

Makefile can run comptime.bat from src\ too

parent 106287ac
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment