#
# 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)
