summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
m---------deps/bitfield-c10
2 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index a8ea84c7..5d757846 100644
--- a/Makefile
+++ b/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))
diff --git a/deps/bitfield-c b/deps/bitfield-c
-Subproject 518430f122772016715660086a630ff595e4fcf
+Subproject cd74b88432054107c439c4e565bea14840dd9ea