You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In unixish, currently all modules have to be a folder under the mod/ directory.
Instead of having it this way, we could remove that directory,
and instead mark a few other directories as modules, e.g. direct sub-dirs of src/mech/ and src/elec/.
In
unixish, currently all modules have to be a folder under themod/directory.Instead of having it this way, we could remove that directory,
and instead mark a few other directories as modules, e.g. direct sub-dirs of
src/mech/andsrc/elec/.