--- q_a/samples/drives/makefile 2018/08/09 18:29:19 1.1 +++ q_a/samples/drives/makefile 2018/08/09 18:29:53 1.1.1.3 @@ -5,7 +5,7 @@ all: drives.exe drives.obj: drives.c drives.h - $(cc) $(cflags) $(cvars) drives.c + $(cc) $(cdebug) $(cflags) $(cvars) drives.c drives.exe: drives.obj - $(link) $(conflags) -out:drives.exe drives.obj $(conlibs) + $(link) $(linkdebug) $(conflags) -out:drives.exe drives.obj $(conlibs)