merge fs and path libraries

This commit is contained in:
Jeremy Baxter 2023-12-24 14:24:55 +13:00
parent 44f7620a41
commit 11f6a34ebf
5 changed files with 64 additions and 106 deletions

View file

@ -1,7 +1,7 @@
include config.mk
OBJS = csto.o callisto.o lcl.o lenviron.o lextra.o lfs.o ljson.o\
lpath.o lprocess.o util.o
lprocess.o util.o
LIBS = liblua.a cjson.a
all: csto libcallisto.a
@ -23,7 +23,6 @@ lextra.o: lextra.c callisto.h util.h
lenviron.o: lenviron.c callisto.h
lfs.o: lfs.c callisto.h util.h
ljson.o: ljson.c callisto.h
lpath.o: lpath.c callisto.h util.h
lprocess.o: lprocess.c callisto.h util.h
util.o: util.c