All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m24s
8 lines
91 B
Makefile
8 lines
91 B
Makefile
c += fs/vfs.c \
|
|
fs/tarfs.c \
|
|
fs/path.c
|
|
|
|
o += fs/vfs.o \
|
|
fs/tarfs.o \
|
|
fs/path.o
|