Remove cfw prefix from files.
This commit is contained in:
parent
34c8a7713a
commit
22f8a535f3
12 changed files with 19 additions and 19 deletions
10
src/Makefile
10
src/Makefile
|
@ -3,11 +3,11 @@ STATIC_LIB = libcorefw.a
|
|||
LIB_MAJOR = 0
|
||||
LIB_MINOR = 0
|
||||
|
||||
SRCS = cfwarray.c \
|
||||
cfwclass.c \
|
||||
cfwobject.c \
|
||||
cfwrange.c \
|
||||
cfwstring.c
|
||||
SRCS = array.c \
|
||||
class.c \
|
||||
object.c \
|
||||
range.c \
|
||||
string.c
|
||||
|
||||
INCLUDES = ${SRCS:.c=.h} \
|
||||
corefw.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue