Added fonts

This commit is contained in:
Michael Chen
2018-01-14 13:47:05 +01:00
parent 347326a14a
commit ded8682f82
5 changed files with 53 additions and 4 deletions

View File

@ -10,4 +10,4 @@ args = -o
all:
$(compiler) $(warningLevel) $(includes) $(sources) $(linker) $(libs) $(args) $(dir)\$(target)
start cmd /K "cd $(dir) && $(target)"
start cmd /C "cd $(dir) && $(target)"