Updated OSX makefile

This commit is contained in:
Joseph Henry
2016-06-22 14:07:28 -07:00
parent c3591cc570
commit 0de93a39fa
9 changed files with 59 additions and 81 deletions

View File

@@ -101,7 +101,8 @@ depend dep: .depend
include .depend
$(LWIPLIB): $(LWIPOBJS)
$(CC) -g -nostartfiles -shared -o $@ $^
mkdir -p build/lwip
$(CC) -g -nostartfiles -shared -o build/lwip/$@ $^
.depend: $(LWIPFILES)
$(CCDEP) $(CFLAGS) -MM $^ > .depend || rm -f .depend