Hash : 82fff8f4 Author : Date : 2010-11-24T19:34:59
Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.
Download
1 2 3 4 5 6 7 8 9 10 11
INCLUDES = -pthread bin_PROGRAMS = minerd EXTRA_DIST = sha256_generic.c minerd_SOURCES = cpu-miner.c minerd_LDFLAGS = -pthread minerd_LDADD = @CRYPTO_LIBS@ @LIBCURL@ @JANSSON_LIBS@