At the moment I'm working with flex without an IDE, just using trusty Emacs and the command-line tools. I want to learn how to organize code into different directories and packages. How do I tell the compiler what directories to look in for code? (when there is more than one). Do directories names have to match the package name?
Dennis
