Files
mop3/Makefile
kamkow1 217179c9a0
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
Handle IRQs inside the kernel
2026-03-13 20:33:27 +01:00

19 lines
412 B
Makefile

platform ?= amd64
include make/lz4.mk
include make/apps.mk
include make/kernel.mk
include make/dist.mk
include make/libsystem.mk
include make/libmalloc.mk
include make/libterminal.mk
include make/libprocess.mk
include make/libstring.mk
include make/libkb.mk
include make/libaux.mk
include make/libarena.mk
include make/libioutil.mk
include make/libmath.mk
include make/libfat.mk
include make/libdebugconsole.mk