Files
mop3/libprocess/Makefile
kamkow1 b1648a146a
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m24s
Environment variables WIP, fix waiting scheduling issues + CE cancel proc
2026-03-17 00:01:15 +01:00

10 lines
194 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_include,libsystem))
$(eval $(call add_include,libmalloc))
$(eval $(call add_include,libdebugconsole))
libname := libprocess
include ../make/lib.mk