All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m18s
11 lines
213 B
Makefile
11 lines
213 B
Makefile
platform ?= amd64
|
|
|
|
include make/apps.mk
|
|
include make/kernel.mk
|
|
include make/dist.mk
|
|
include make/libmsl.mk
|
|
include make/liballoc.mk
|
|
include make/libterminal.mk
|
|
include make/libprocess.mk
|
|
include make/libstring.mk
|