summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-30 13:31:54 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-30 13:32:23 -0500
commit368d36cc15b69882e9d21803f3b8aa7a1c97736e (patch)
tree44e8ee53ded5d56d2eceb4892849eb29e585c954
parentaf948d07d4d7866099293df4d311b0f79b9eb6f5 (diff)
Bump dependency.
-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