Bump dependency.

This commit is contained in:
Christopher Peplin 2013-12-30 13:31:54 -05:00
parent af948d07d4
commit 368d36cc15
2 changed files with 3 additions and 3 deletions

View File

@ -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))

2
deps/bitfield-c vendored

@ -1 +1 @@
Subproject commit 518430f122772016715660086a630ff595e4fcfd
Subproject commit cd74b88432054107c439c4e565bea14840dd9ea5