aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-07-22 15:20:23 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-07-22 15:20:23 -0400
commite2287cfe1b7208cdf046abef139c9426351ddbba (patch)
tree49b5e8ea8b4e2f0228a3f73a281af99a2d2d292c /Makefile
parent6fe107fc27b9a900b20960335e15e4b90f93eb73 (diff)
renamed file and log function
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