in reply to Re: [OT] Makefiles - nmake syntax v dmake syntax
in thread [OT] Makefiles - nmake syntax v dmake syntax
and that works, too. I was surprised that those double quotes would have such a marked effect on the way that the commands are parsed.clean: -if exist "glversion.txt" del "glversion.txt" -if exist "glversion.exe" del "glversion.exe" -if exist "glversion.o" del "glversion.o"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [OT] Makefiles - nmake syntax v dmake syntax
by ikegami (Patriarch) on Jul 16, 2008 at 19:59 UTC |