Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yinengy committed Apr 12, 2020
1 parent e0201f1 commit 8a3b096
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CC=gcc
CFLAGS=-std=c99

all: lib/sha3.c ethash.c
$(CC) -o cethash lib/sha3.c ethash.c $(CFLAGS)

0 comments on commit 8a3b096

Please sign in to comment.