From 9ed8ecba43c402aa32c84df5d3a817223898c3cc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 26 Sep 2015 00:36:14 -0400 Subject: normalize the name of the library's entry point. --- project/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index 014d45f..5fb8e41 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,6 +1,6 @@ COMMON_SRCS = \ src/dalist.c \ src/dalist_debug.c \ - src/dalist_lib_entry_point.c \ + src/dalist_entry_point.c \ src/dalist_memfn.c \ -- cgit v1.2.3