octomagon / davegrohl

A Password Cracker for macOS
http://www.davegrohl.org
GNU General Public License v2.0
235 stars 39 forks source link

Organized the project layout & fixed some duplicate symbols #6

Closed octomagon closed 9 years ago

octomagon commented 9 years ago

This was a huge reorganization. I had to fix a whole bunch of duplicate symbols caused by my not knowing how to write code. Now it actually looks like a real program when it compiles. It also prints a message on success, which by the way... Way too many programs don't do that!!! It's fucking retarded that the only way to know a make succeeded is a lack of errors or checking $?. A little user-friendlyness goes a long way!