Skip to content

Commit

Permalink
Fix Makefile for hasher
Browse files Browse the repository at this point in the history
  • Loading branch information
sburnett committed Apr 3, 2012
1 parent 8bcb2ca commit 4d10dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -98,6 +98,8 @@ $(TEST_EXE): $(TEST_OBJS)
$(CC) $(LDFLAGS) $(TEST_OBJS) -o $@
./$(@)

hasher: $(HASHER_EXE)

$(HASHER_EXE): $(HASHER_OBJS)
$(CC) $(LDFLAGS) $(HASHER_OBJS) -o $@

Expand Down

0 comments on commit 4d10dca

Please sign in to comment.