From 703671b16aef0cfe980659b00a142a27ea4a2f7c Mon Sep 17 00:00:00 2001 From: Mingyang Li Date: Sat, 30 May 2026 10:13:40 -0700 Subject: [PATCH] chore: + `.PHONY` at target `brainux`. Just to be safe. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c07aaf2..f09e510 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,8 @@ lilobuild: liloclean: make -C ./brainlilo clean -brainux: +.PHONY: brainux brainux-umount-special brainux-clean +brainux: @if [ "$(shell uname)" != "Linux" ]; then \ echo "Debootstrap is only available in Linux!"; \ exit 1; \