Skip to content
Snippets Groups Projects
Commit fcc72bf3 authored by rswindell's avatar rswindell
Browse files

Eliminated echo of mkdir command-lines.

parent 97035e2e
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@ SBBSLIB = $(LIBODIR)\sbbs.lib
# Create output directories if they don't exist
$(LIBODIR):
if not exist $(LIBODIR) mkdir $(LIBODIR)
@if not exist $(LIBODIR) mkdir $(LIBODIR)
$(EXEODIR):
if not exist $(EXEODIR) mkdir $(EXEODIR)
@if not exist $(EXEODIR) mkdir $(EXEODIR)
# Monolithic Synchronet executable Build Rule
$(SBBSMONO): sbbscon.c $(OBJS) $(LIBODIR)\ver.$(OFILE) $(LIBODIR)\ftpsrvr.$(OFILE) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment