All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m38s
18 lines
227 B
Makefile
18 lines
227 B
Makefile
c += ce.c \
|
|
arena_alloc.c \
|
|
strbuf.c \
|
|
context.c \
|
|
parser.c \
|
|
interp.c \
|
|
mprintf.c \
|
|
self.c
|
|
|
|
o += ce.o \
|
|
arena_alloc.o \
|
|
strbuf.o \
|
|
context.o \
|
|
parser.o \
|
|
interp.o \
|
|
mprintf.o \
|
|
self.o
|