commit 8812414156c5864451be8c0d6c8dc0ca72099b09 parent 179339a2d8ec19d0c7839f4b87bab3cf8332a88c Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Tue, 31 Mar 2020 23:57:29 +1100 Add basic makefile Diffstat:
A | Makefile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,4 @@ +CC=gcc + +makenicebit: + $(CC) -o niceBit niceBit.c -lcrypto -lsecp256k1