Skip to content

Commit

Permalink
fix algo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancdotorg committed Jan 23, 2017
1 parent bcf8008 commit a18b9c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ scrypt-jane/scrypt-jane.o: scrypt-jane/scrypt-jane.h scrypt-jane/scrypt-jane.c

brainflayer.o: brainflayer.c secp256k1/include/secp256k1.h

format/warpwallet.o: format/warpwallet.c scrypt-jane/scrypt-jane.h
algo/warpwallet.o: algo/warpwallet.c scrypt-jane/scrypt-jane.h

format/brainwalletio.o: format/brainwalletio.c scrypt-jane/scrypt-jane.h
algo/brainwalletio.o: algo/brainwalletio.c scrypt-jane/scrypt-jane.h

format/brainv2.o: format/brainv2.c scrypt-jane/scrypt-jane.h
algo/brainv2.o: algo/brainv2.c scrypt-jane/scrypt-jane.h

ec_pubkey_fast.o: ec_pubkey_fast.c secp256k1/include/secp256k1.h
$(COMPILE) -Wno-unused-function -c $< -o $@
Expand Down

0 comments on commit a18b9c7

Please sign in to comment.