emacs - GNU make on Windows - unable to execute a simple command -
the following makefile fails on executing simple command error in emacs compile. verified work command prompt. can issue ?
shell = cmd.exe test: rd /s /q output make test --debug gnu make 3.81 copyright (c) 2006 free software foundation, inc. free software; see source copying conditions. there no warranty; not merchantability or fitness particular purpose. program built i386-pc-mingw32 reading makefiles... updating goal targets.... file `test' not exist. must remake target `test'. rd /s /q output syntax of command incorrect. make: *** [test] error 1
Comments
Post a Comment