Files
mop3/ce/src.mk
kamkow1 25b289ccfb
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s
CE edit command
2026-03-05 16:29:59 +01:00

22 lines
285 B
Makefile

c += ce.c \
arena_alloc.c \
strbuf.c \
context.c \
parser.c \
interp.c \
mprintf.c \
self.c \
gapbuffer.c \
edit.c
o += ce.o \
arena_alloc.o \
strbuf.o \
context.o \
parser.o \
interp.o \
mprintf.o \
self.o \
gapbuffer.o \
edit.o