Skip to content

Commit

Permalink
Add static library dependency for test target
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Oct 13, 2016
1 parent 9e135fe commit 197733f
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 @@ -49,7 +49,7 @@ $(LIB_DYN): $(LIB_DOBJS)
$(CC) $(CFLAGS) -dynamiclib -compatibility_version $(COMPAT_VER) -current_version $(CURRENT_VER) -install_name $(LIB_DYN_ALIAS) -o $(LIB_DYN) $(LIB_DOBJS)
ln -sf $(LIB_DYN) $(LIB_DYN_ALIAS)

test: FORCE
test: static FORCE
@$(MAKE) -C test test

clean:
Expand Down

0 comments on commit 197733f

Please sign in to comment.