We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea0c7b commit 7882b47Copy full SHA for 7882b47
Makefile
@@ -81,7 +81,7 @@ stopVBOX:
81
.PHONY: clean
82
clean:
83
@printf "\e[1;31mCleaning the object files...\n\e[0m"
84
- @rm -f $(objects) SectorOS_Kernel.bin SectorOS.
+ @rm -f $(objects) SectorOS_Kernel.bin SectorOS.iso
85
86
.PHONY: Install-Grub-BIOS
87
Install-Grub-BIOS:
@@ -94,7 +94,7 @@ Install-Grub-BIOS:
94
cd grub && \
95
./bootstrap && \
96
./autogen.sh && \
97
- ./configure --prefix=$HOME/local --platform=pc && \
+ ./configure --prefix=$HOME/local platform=pc && \
98
make && \
99
sudo make install && \
100
@echo Installed Grub-BIOS
0 commit comments