Skip to content

Commit

Permalink
Link examples to static library
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Mar 3, 2013
1 parent 0885c6c commit 2f966fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $(STATIC_LIB): $(LIB_OBJS)
$(E) " ARCHIVE " $@
$(Q) $(AR) rcs $@ $^

$(PROG): $(LIB_OBJS) $(OBJS)
$(PROG): $(STATIC_LIB) $(OBJS)
$(E) " LINK " $@
$(Q) $(LD) $(LDFLAGS) -o $@ $^

Expand Down

0 comments on commit 2f966fa

Please sign in to comment.