Files
mop3/init/Makefile
kamkow1 7601ea68e2
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m6s
Rename libmsl to libsystem
2026-02-21 12:00:59 +01:00

9 lines
187 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_lib,libterminal))
$(eval $(call add_lib,libprocess))
$(eval $(call add_lib,libstring))
$(eval $(call add_lib,libkb))
include ../make/user.mk