Skip to content

Commit

Permalink
fix bug in make install
Browse files Browse the repository at this point in the history
  • Loading branch information
timflutre-perso committed Mar 10, 2015
1 parent 52a9208 commit e13575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ check:

install:
mkdir -p ${INSTALL}/bin
cp src/trimmomatic.jar ${INSTALL}/bin/
cp classes/trimmomatic.jar ${INSTALL}/bin/

dist:
mkdir -p trimmomatic-${VERSION}
Expand Down

0 comments on commit e13575a

Please sign in to comment.