All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
8 lines
99 B
Makefile
8 lines
99 B
Makefile
c += fs/vfs.c \
|
|
fs/ramdiskfs.c \
|
|
fs/path.c
|
|
|
|
o += fs/vfs.o \
|
|
fs/ramdiskfs.o \
|
|
fs/path.o
|