Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 19, 2014
1 parent d51e541 commit 5fbd15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all: bench

LIBMOJIBAKE = ../libmojibake.a

bench: bench.o util.o
bench: bench.o util.o $(LIBMOJIBAKE)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBMOJIBAKE)

DATAURL = https://raw.githubusercontent.com/duerst/eprun/master/benchmark
Expand Down

0 comments on commit 5fbd15b

Please sign in to comment.