--- q_a/samples/walk/makefile 2018/08/09 18:29:41 1.1.1.2 +++ q_a/samples/walk/makefile 2018/08/09 18:30:09 1.1.1.3 @@ -15,5 +15,4 @@ walk.obj: walk.c # Update the executable file if necessary, and if so, add the resource back in. walk.exe: walk.obj - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(conflags) -out:walk.exe walk.obj $(conlibs)