1 The Makefile is in source directory. Just two lines in it.
4 1. Javac -d ../classes com/zbrainz/util/*.java
6 tells the java compiler to compile all the classes at relative path com/zbrainz/util and put them at the same relative path from ../classes/
9 2. jar -cvmf manifest-key.txt EKey.jar com
10 tells the jar utility to compress all the classes in the subdirectory com into a jar with entry point
11 as defined by manifest-key.txt.
14 So basically all the packages we write can be made part of zbrainz subdirectory. For now its like one
15 giant mongo package but obviously as we learn we can make it better.
17 We are z brains Yayyee -- Rich, Famous, and not so beautiful.