aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe11165..3b123e1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ DEBUG_FLAGS := -ggdb -Og
VERSION:= 0.1
BUILD_DIR := build
-SRCS := eztester.c test_list.c
+SRCS := eztester.c eztester_list.c
STATIC_OBJS := $(addprefix $(BUILD_DIR)/static/,$(SRCS:.c=.o))
DYNAMIC_OBJS := $(addprefix $(BUILD_DIR)/dynamic/,$(SRCS:.c=.o))
STATIC_LIBS := $(BUILD_DIR)/static/libeztester.a $(BUILD_DIR)/static/libeztester_debug.a