8 lines
125 B
Makefile
8 lines
125 B
Makefile
platform ?= amd64
|
|
|
|
include make/lz4.mk
|
|
include make/apps.mk
|
|
include make/kernel.mk
|
|
include make/dist.mk
|
|
include make/libu.mk
|