Skip to content

Commit 4e2c3e3

Browse files
author
cryptozeny
committed
fix
1 parent 77e1b8d commit 4e2c3e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cpuminer_SOURCES = \
4141
sha3/sph_shabal.c \
4242
sha3/sph_whirlpool.c \
4343
sha3/gost_streebog.c \
44-
balloon/balloon.c \
44+
balloon/balloon.c \
4545
crypto/blake2s.c \
4646
crypto/blake2b.c \
4747
crypto/oaes_lib.c \
@@ -55,7 +55,7 @@ cpuminer_SOURCES = \
5555
lyra2/Lyra2.c lyra2/Sponge.c \
5656
yescrypt/yescrypt-common.c yescrypt/yescrypt-best.c \
5757
yescrypt/sha256_Y.c \
58-
algo/balloon.c \
58+
algo/balloon.c \
5959
algo/allium.c \
6060
algo/axiom.c \
6161
algo/bastion.c \
@@ -80,8 +80,8 @@ cpuminer_SOURCES = \
8080
algo/myr-groestl.c \
8181
algo/keccak.c \
8282
algo/pentablake.c \
83-
# algo/phi1612.c \
84-
# algo/phi2.c \
83+
algo/phi1612.c \
84+
algo/phi2.c \
8585
algo/quark.c \
8686
algo/neoscrypt.c \
8787
algo/nist5.c \

0 commit comments

Comments
 (0)