Files
mop3/Makefile
kamkow1 1c64d608bd
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
Rename make/libc.mk -> make/libmsl.mk
2026-01-28 23:57:28 +01:00

8 lines
128 B
Makefile

platform ?= amd64
include make/apps.mk
include make/kernel.mk
include make/dist.mk
include make/docs.mk
include make/libmsl.mk