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

Add wildcard argument support to unbaja.

parent 1f8862b1
Branches
Tags
No related merge requests found
......@@ -121,7 +121,7 @@ $(BAJA): $(BAJA_OBJS)
# UnBaja Utility
$(UNBAJA): $(UNBAJA_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $**
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(WILDARGS)
# Node Utility
$(NODE): $(NODE_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment