7863389486
Signed-off-by: Chloe M. <chloe@mensia.org>
15 lines
194 B
Makefile
15 lines
194 B
Makefile
#
|
|
# Copyright (c) 2026, Chloe M.
|
|
# Provided under the BSD-3 clause
|
|
#
|
|
# Description: Top-level build script
|
|
# Author: Chloe M.
|
|
#
|
|
|
|
.PHONY: all
|
|
all: core
|
|
|
|
.PHONY: core
|
|
core:
|
|
cd core/; $(MAKE)
|