feat: add context information to requests
This commit is contained in:
parent
6d4b94c55e
commit
dfd27b579d
8 changed files with 241 additions and 183 deletions
2
Makefile
2
Makefile
|
|
@ -48,7 +48,7 @@ objs: $(OBJS)
|
|||
.PHONY: bin
|
||||
bin: $(BIN)
|
||||
$(BIN): $(OBJS)
|
||||
$(CC) $(INTERNALCFLAGS) -o $@ $^
|
||||
$(CC) $(INTERNALCFLAGS) $(LDFLAGS) -o $@ $^
|
||||
|
||||
$(BUILD_DIR)/$(SRC_DIR)/%.c.o: $(SRC_DIR)/%.c
|
||||
mkdir -p $(dir $@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue