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

Made the makehelp command-lines silent.

parent 41139d05
No related branches found
No related tags found
No related merge requests found
......@@ -107,10 +107,10 @@ $(ODIR):
mkdir $(ODIR)
$(MAKEHELP): makehelp.c
$(CC) makehelp.c -o $(MAKEHELP)
@$(CC) makehelp.c -o $(MAKEHELP)
$(SCFGHELP): $(OBJS) $(MAKEHELP)
$(MAKEHELP) $(ODIR)
@$(MAKEHELP) $(ODIR)
# Monolithic Synchronet executable Build Rule
$(SCFG): $(OBJS)
......
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