Files
CUMHOLE/Makefile
T
Chloe M. 7863389486 build: Make builds more modular
Signed-off-by: Chloe M. <chloe@mensia.org>
2026-06-28 01:29:09 +00:00

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)