niceBit
Unnamed repository; edit this file 'description' to name the repository.
Log
|
Files
|
Refs
|
README
|
LICENSE
Makefile (70B)
1
CC=gcc
2
3
makenicebit:
4
$(CC) -o niceBit niceBit.c -lcrypto -lsecp256k1