Files
mop3/Makefile
kamkow1 b9e8a8bf1d
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
Integrate LZ4 library, compress the ramdisk
2026-03-07 02:54:26 +01:00

16 lines
332 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/liballoc.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