Skip to content

Commit

Permalink
fix benchmarks linking
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Jan 8, 2016
1 parent bc67142 commit 978cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile
Expand Up @@ -3,7 +3,7 @@ CFLAGS=-g -O2 -Wall
all: benchmark

benchmark: main.c libthreshold.a
gcc $(CFLAGS) -DDEBUG -o $@ $^ -lssl libthreshold.a
gcc $(CFLAGS) -DDEBUG -o $@ $^ -lssl -lcrypto libthreshold.a

.o:
gcc $(CCFLAGS) -c $< -o $@
Expand Down

0 comments on commit 978cfcf

Please sign in to comment.