diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-22 15:20:23 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-22 15:20:23 -0400 |
| commit | e2287cfe1b7208cdf046abef139c9426351ddbba (patch) | |
| tree | 49b5e8ea8b4e2f0228a3f73a281af99a2d2d292c /Makefile | |
| parent | 6fe107fc27b9a900b20960335e15e4b90f93eb73 (diff) | |
renamed file and log function
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
