Files
mop3/Makefile
kamkow1 360080b44e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m18s
Generate docs for libs, update docs build process
2026-02-13 00:23:15 +01:00

11 lines
213 B
Makefile

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