diff --git a/Makefile b/Makefile index 1b07b38..0ee2f6a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ bootloader: clean bootloader-asm image run bootloader-no-run: clean bootloader-asm image -test: no-run +test: kernel-no-run echo "Compiled the OS successfully" kernel-rust: