18 lines
231 B
Makefile
18 lines
231 B
Makefile
c += ce.c \
|
|
arena_alloc.c \
|
|
strbuf.c \
|
|
context.c \
|
|
parser.c \
|
|
interp.c \
|
|
gapbuffer.c \
|
|
edit.c
|
|
|
|
o += ce.o \
|
|
arena_alloc.o \
|
|
strbuf.o \
|
|
context.o \
|
|
parser.o \
|
|
interp.o \
|
|
gapbuffer.o \
|
|
edit.o
|