Files
mop3/ce/src.mk
kamkow1 7bcd40151d
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m13s
Move e_pid and e_pgid to libprocess, Add get_self_pid () syscall
2026-03-17 22:13:01 +01:00

20 lines
261 B
Makefile

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