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" should depend on $(PROGS) #27

Closed tseemann closed 6 years ago

tseemann commented 6 years ago
install:
    cp -fvu $(PROGS) $(BIN)

should be

install: $(PROGS)
    cp -fvu $(PROGS) $(BIN)

so that make install will build the binaries.

ruanjue commented 6 years ago

Thanks! https://github.com/ruanjue/wtdbg2/commit/1397c43e553752e6a2737b7939c57010ebea5017