Files
mop3/Makefile
kamkow1 f07e920270
All checks were successful
Build documentation / build-and-deploy (push) Successful in 55s
Minimal device system, implement terminal device and libterminal
2026-02-12 15:49:04 +01:00

9 lines
156 B
Makefile

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