mirror of https://github.com/rusefi/isotp-c.git
Bump dependency.
This commit is contained in:
parent
af948d07d4
commit
368d36cc15
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC = gcc
|
||||
INCLUDES = -Isrc -Ideps/canutil/src
|
||||
INCLUDES = -Isrc -Ideps/bitfield-c/src
|
||||
CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -std=c99
|
||||
LDFLAGS =
|
||||
LDLIBS = -lcheck
|
||||
|
@ -16,7 +16,7 @@ ifneq ($(OSTYPE),Darwin)
|
|||
endif
|
||||
|
||||
SRC = $(wildcard src/**/*.c)
|
||||
SRC += $(wildcard deps/canutil/src/**/*.c)
|
||||
SRC += $(wildcard deps/bitfield-c/src/**/*.c)
|
||||
OBJS = $(SRC:.c=.o)
|
||||
TEST_SRC = $(wildcard $(TEST_DIR)/test_*.c)
|
||||
TESTS=$(patsubst %.c,%.bin,$(TEST_SRC))
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 518430f122772016715660086a630ff595e4fcfd
|
||||
Subproject commit cd74b88432054107c439c4e565bea14840dd9ea5
|
Loading…
Reference in New Issue