- [ ] the `mistra` executable should maybe sit in the main directory rather than in `src/`, or in a separate `bin/` directory. - [ ] are 2 **Makefiles** (and hence two compilation steps) really needed? There is one `Makefile` in the `src/` directory and one in the `src/mech/` directory. - [ ] does it make more sense for the `mech/` directory to be moved out of `src/` and into the main directory?
mistraexecutable should maybe sit in the main directory rather than insrc/, or in a separatebin/directory.Makefilein thesrc/directory and one in thesrc/mech/directory.mech/directory to be moved out ofsrc/and into the main directory?