Removed remnant of mkbootoptions dev tool from Makefile

This commit is contained in:
Thomas Oltmann 2026-02-25 22:38:46 +01:00
parent 0d06d97edb
commit 38c4066138

View file

@ -60,7 +60,7 @@ KERNEL_TARGET := build/boot/sys/core
.PHONY: all clean
all: build/disk.img drive.img build/mkbootoptions
all: build/disk.img drive.img
drive.img:
truncate -s 16M drive.img
@ -120,7 +120,4 @@ build/boot/sys:
config.mk: | config.default.mk
cp config.default.mk $@
build/mkbootoptions: tools/mkbootoptions.c
cc -g -Wall -Wextra $< -o $@
-include $(KERNEL_DEPFILES)