Add help target to list available targets

This commit is contained in:
2025-12-07 18:51:43 +01:00
parent 4b94ea7a41
commit 807f067101
4 changed files with 49 additions and 19 deletions

View File

@ -17,6 +17,6 @@ $(srctree)/out/kernel.elf: $(o_files)
$(cc) $(kernel_cflags) -c -o $@ $<
clean:
-rm $(srctree)/out/kernel.elf $(o_files)
-rm -f $(srctree)/out/kernel.elf $(o_files)
.PHONY: all clean
.PHONY: all