Pre-install BrainLILO / enable G2 build

This commit is contained in:
Takumi Sueda
2022-05-06 02:18:40 +09:00
parent 0eb94960ca
commit 93de849023
3 changed files with 55 additions and 8 deletions

View File

@@ -127,6 +127,15 @@ boot4ubuild:
boot4uclean:
make -C ./boot4u clean
.PHONY:
lilobuild:
make -C ./brainlilo
.PHONY:
liloclean:
make -C ./brainlilo clean
brainux:
@if [ "$(shell uname)" != "Linux" ]; then \
echo "Debootstrap is only available in Linux!"; \