Allowing makefile to work with linux & windows
https://github.com/freem/asm6f/issues/27 may help here.
I just cloned the master branch (commit fa6e357), and tested on my Ubuntu 20.04 install in a VM. I was able to run make and make clean with no issues, even though the comments in the Makefile made it sound like I'd have issues. Perhaps this has already been resolved?
I just cloned the master branch (commit fa6e357), and tested on my Ubuntu 20.04 install in a VM. I was able to run
makeandmake cleanwith no issues, even though the comments in the Makefile made it sound like I'd have issues. Perhaps this has already been resolved?
The issues described in this issue/problem report would affect Windows and not Linux. This ticket/issue has an inaccurate description.
This PR might be superseded by PR https://github.com/freem/asm6f/pull/37 . I explain the logic used in that PR in more detail.