--- q_a/samples/semaphor/makefile 2018/08/09 18:29:19 1.1.1.2 +++ q_a/samples/semaphor/makefile 2018/08/09 18:29:42 1.1.1.3 @@ -13,5 +13,4 @@ sema.obj: sema.c sema.h # Update the executable file if necessary, and if so, add the resource back in. sema.exe: sema.obj - $(cvtobj) $(cvtdebug) *.obj $(link) $(linkdebug) $(guiflags) -out:sema.exe sema.obj $(guilibs)