662252ae18
Signed-off-by: Chloe M. <chloe@yiffware.org>
16 lines
172 B
Makefile
16 lines
172 B
Makefile
#
|
|
# Copyright (c) 2026, Chloe M., et al
|
|
# Provided under the BSD-3 clause
|
|
#
|
|
|
|
.PHONY: all
|
|
all: deps iso
|
|
|
|
.PHONY: deps
|
|
deps:
|
|
./host/deps.sh
|
|
|
|
.PHONY: iso
|
|
iso:
|
|
./host/iso.sh
|