Flatten libs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s

This commit is contained in:
2026-02-12 23:16:57 +01:00
parent ab758d8929
commit 28ceabdb72
18 changed files with 19 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
#include <alloc/liballoc.h>
#include <liballoc.h>
#include <m/status.h>
#include <m/system.h>
#include <process/process.h>
#include <process.h>
#include <stddef.h>
#include <stdint.h>

View File

@@ -1,3 +0,0 @@
c += process/process.c
o += process/process.o

View File

@@ -1 +1,3 @@
include process/src.mk
c += process.c
o += process.o