Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Jul 12, 2018
1 parent 78b052f commit 56682b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ ccminer_SOURCES = elist.h miner.h compat.h \
x11/cuda_x11_luffa512_Cubehash.cu \
x13/x13.cpp x13/cuda_x13_hamsi512.cu x13/cuda_x13_fugue512.cu \
x15/x14.cpp x15/x15.cpp x15/cuda_x14_shabal512.cu x15/cuda_x15_whirlpool.cu \
x15/whirlpool.cpp \
x15/whirlpool.cu \
x17/x17.cpp x17/cuda_x17_haval512.cu x17/cuda_x17_sha512.cu \
x11/s3.cpp x11/c11.cpp \
bitcoin.cpp cuda_bitcoin.cu \
x15/cuda_whirlpoolx.cu x15/whirlpoolx.cu \
x15/cuda_whirlpoolx.cu x15/whirlpoolx.cpp \
neoscrypt/neoscrypt.cpp neoscrypt/cuda_neoscrypt.cu \
neoscrypt/cuda_neoscrypt_tpruvot.cu \
neoscrypt/cuda_vector_tpruvot.cuh neoscrypt/cuda_vector_uint2x4.cuh
Expand Down

0 comments on commit 56682b3

Please sign in to comment.