Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 6331c15

Browse files
author
f74064054@mail.ncku.edu.tw
committed
Add the new function for signature validation
1 parent dc68602 commit 6331c15

File tree

3 files changed

+98
-12281
lines changed

3 files changed

+98
-12281
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CFLAGS = -O3 -Wall
77
LDFLAGS = -lelf
88

99
all: $(BINS)
10-
1110
emu-rv32i: emu-rv32i.c
1211
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
1312

0 commit comments

Comments
 (0)