DDE30 amu -y and MFLAGS
Colin (478) 2433 posts |
Really like the new -y flag added to amu 5.34. It saves me having to clean a project before commiting changes – it also makes debugging the makefile in StrongEd much nicer as it doesn’t nag that the makefile has changed if the file is left open after running the makefile. I have come across an oddity though with MFLAGS (the flags used when amu is called) which I think is a bug. If you have the following makefile
then if I call the makefile with
I get
but if I call the makefile with
specifying the dependency file instead of using the default I get
Which seems wrong to me. |