From e2287cfe1b7208cdf046abef139c9426351ddbba Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 22 Jul 2024 15:20:23 -0400 Subject: renamed file and log function --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3