bemanitools/src/main/util/Module.mk
icex2 5ac858e15d chore: Delete old log and thread modules in util
The log API stopped scaling already a while ago and needs
considerable refactoring to consider the various use-cases
that emerged since it was first created on alpha versions
of bemanitools.
2024-02-25 09:30:53 +01:00

23 lines
289 B
Makefile

libs += util
src_util := \
array.c \
cmdline.c \
crc.c \
crypto.c \
fs.c \
hex.c \
iobuf.c \
list.c \
math.c \
mem.c \
msg-thread.c \
net.c \
os.c \
proc.c \
signal.c \
str.c \
time.c \
winres.c \