All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
8 lines
128 B
Makefile
8 lines
128 B
Makefile
platform ?= amd64
|
|
|
|
include make/apps.mk
|
|
include make/kernel.mk
|
|
include make/dist.mk
|
|
include make/docs.mk
|
|
include make/libmsl.mk
|