ruanjue / wtdbg2

Redbean: A fuzzy Bruijn graph approach to long noisy reads assembly
GNU General Public License v3.0
513 stars 94 forks source link

make install BIN=/new/path/bin fails #30

Closed tseemann closed 6 years ago

tseemann commented 6 years ago

cp $(PROGS) $(BIN) fails if $(BIN) does not exist yet. Maybe use install or add mkdir -p $(BIN) before the copy?