mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

small javac fix for makefile #25

Closed aaronmck closed 2 years ago

aaronmck commented 9 years ago

To get the java binding built on my system I have to add "-cp ./" to the javac makefile line. Not a huge deal, and I'm surprised as it should of been implicit building from the src dir, but it was required for my Java 1.7 version at least.