diff options
| -rw-r--r-- | Makefile.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win index f6c5452..32706ac 100644 --- a/Makefile.win +++ b/Makefile.win @@ -71,7 +71,7 @@ documentation: test: busted -bin/client/bin/brokengine_client.exe : $(client_objs) $(shared_objs) $(lib_objs) +bin/client/bin/brokengine_client.exe : $(client_objs) $(shared_objs) #$(lib_objs) $(Q)echo "Linking $@" $(Q)$(LD) $(LDFLAGS) -o $@ $^ $(CLIENT_LIB_DIRS) $(CLIENT_LIBS) # -Wl,--verbose |
