All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
16 lines
197 B
Makefile
16 lines
197 B
Makefile
c += ce.c \
|
|
arena_alloc.c \
|
|
strbuf.c \
|
|
context.c \
|
|
parser.c \
|
|
interp.c \
|
|
edit.c
|
|
|
|
o += ce.o \
|
|
arena_alloc.o \
|
|
strbuf.o \
|
|
context.o \
|
|
parser.o \
|
|
interp.o \
|
|
edit.o
|