Closed tseemann closed 6 years ago
install: cp -fvu $(PROGS) $(BIN)
should be
install: $(PROGS) cp -fvu $(PROGS) $(BIN)
so that make install will build the binaries.
make install
Thanks! https://github.com/ruanjue/wtdbg2/commit/1397c43e553752e6a2737b7939c57010ebea5017
should be
so that
make install
will build the binaries.