fix: lst -> slist
This commit is contained in:
parent
93da2c9ca6
commit
14adc54215
16 changed files with 48 additions and 46 deletions
3
Makefile
3
Makefile
|
|
@ -17,6 +17,9 @@ TESTS_SRCS = $(wildcard $(TESTS_DIR)/*.c)
|
|||
TESTS_OBJS = $(patsubst $(TESTS_DIR)/%.c,$(OBJ_DIR)/%.test.o,$(TESTS_SRCS))
|
||||
TESTS_BINS = $(patsubst $(TESTS_DIR)/%.c,$(BUILD_DIR)/%_test,$(TESTS_SRCS))
|
||||
|
||||
# Flags for configuration
|
||||
CONFIG_FLAGS := $(shell grep -E '^[a-zA-Z0-9_]+=' .config | sed 's/=\(.*\)/=-D\U&/g' | sed 's/=/ /g' | sed 's/y/1/;s/n/0/')
|
||||
|
||||
all: $(LIBRARY)
|
||||
|
||||
$(OBJ_DIR) $(BUILD_DIR):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue