Skip to content
Snippets Groups Projects
Commit 9987c1cc authored by deuce's avatar deuce
Browse files

Fix bug in last commit

parent d7f3928a
Branches
Tags
No related merge requests found
......@@ -235,6 +235,8 @@ SMBLIB_OBJS = \
# Monolithic Synchronet executable Build Rule
FORCE$(SBBSMONO): $(MONO_OBJS) $(OBJS) $(LIBS)
$(SBBSMONO): $(MONO_OBJS) $(OBJS) $(LIBS)
@echo Linking $@
$(QUIET)$(CCPP) -o $@ $(LFLAGS) $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment