We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e1b8d commit 4e2c3e3Copy full SHA for 4e2c3e3
1 file changed
Makefile.am
@@ -41,7 +41,7 @@ cpuminer_SOURCES = \
41
sha3/sph_shabal.c \
42
sha3/sph_whirlpool.c \
43
sha3/gost_streebog.c \
44
- balloon/balloon.c \
+ balloon/balloon.c \
45
crypto/blake2s.c \
46
crypto/blake2b.c \
47
crypto/oaes_lib.c \
@@ -55,7 +55,7 @@ cpuminer_SOURCES = \
55
lyra2/Lyra2.c lyra2/Sponge.c \
56
yescrypt/yescrypt-common.c yescrypt/yescrypt-best.c \
57
yescrypt/sha256_Y.c \
58
- algo/balloon.c \
+ algo/balloon.c \
59
algo/allium.c \
60
algo/axiom.c \
61
algo/bastion.c \
@@ -80,8 +80,8 @@ cpuminer_SOURCES = \
80
algo/myr-groestl.c \
81
algo/keccak.c \
82
algo/pentablake.c \
83
-# algo/phi1612.c \
84
-# algo/phi2.c \
+ algo/phi1612.c \
+ algo/phi2.c \
85
algo/quark.c \
86
algo/neoscrypt.c \
87
algo/nist5.c \
0 commit comments