Files
mop3/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

12 lines
238 B
Makefile

platform ?= amd64
include make/apps.mk
include make/kernel.mk
include make/dist.mk
include make/libsystem.mk
include make/liballoc.mk
include make/libterminal.mk
include make/libprocess.mk
include make/libstring.mk
include make/libkb.mk