Files
mop3/Makefile
kamkow1 58c515e90a
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
Create libioutil, implement a filewriter
2026-03-02 22:47:10 +01:00

15 lines
312 B
Makefile

platform ?= amd64
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