Rename the file module to fs, and make some documentation changes
This commit is contained in:
parent
8e20d1e382
commit
84f58824b9
2 changed files with 59 additions and 65 deletions
14
Makefile
14
Makefile
|
@ -2,8 +2,16 @@ PREFIX = /usr/local
|
|||
|
||||
include config.mk
|
||||
|
||||
OBJS = csto.o callisto.o lcl.o lenviron.o lextra.o lfile.o \
|
||||
ljson.o lprocess.o lsocket.o util.o
|
||||
OBJS = csto.o \
|
||||
callisto.o \
|
||||
lcl.o \
|
||||
lenviron.o \
|
||||
lextra.o \
|
||||
lfs.o \
|
||||
ljson.o \
|
||||
lprocess.o \
|
||||
lsocket.o \
|
||||
util.o
|
||||
LIBS = liblua.a cjson.a socket.a
|
||||
|
||||
all: csto libcallisto.so
|
||||
|
@ -23,7 +31,7 @@ callisto.o: callisto.c callisto.h
|
|||
lcl.o: lcl.c callisto.h
|
||||
lextra.o: lextra.c callisto.h
|
||||
lenviron.o: lenviron.c callisto.h
|
||||
lfile.o: lfile.c callisto.h
|
||||
lfs.o: lfs.c callisto.h
|
||||
ljson.o: ljson.c callisto.h
|
||||
lprocess.o: lprocess.c callisto.h
|
||||
lsocket.o: lsocket.c callisto.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue