mirror of https://github.com/GOSTSec/sgminer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
172 B
10 lines
172 B
14 years ago
|
|
||
|
INCLUDES = -pthread
|
||
|
|
||
|
bin_PROGRAMS = minerd
|
||
|
|
||
|
minerd_SOURCES = cpu-miner.c sha256_generic.c
|
||
|
minerd_LDFLAGS = -pthread
|
||
|
minerd_LDADD = @CRYPTO_LIBS@ @LIBCURL@ @JANSSON_LIBS@
|
||
|
|