Skip to content

Commit 7882b47

Browse files
committed
* Updated Makefile
1 parent cea0c7b commit 7882b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ stopVBOX:
8181
.PHONY: clean
8282
clean:
8383
@printf "\e[1;31mCleaning the object files...\n\e[0m"
84-
@rm -f $(objects) SectorOS_Kernel.bin SectorOS.
84+
@rm -f $(objects) SectorOS_Kernel.bin SectorOS.iso
8585

8686
.PHONY: Install-Grub-BIOS
8787
Install-Grub-BIOS:
@@ -94,7 +94,7 @@ Install-Grub-BIOS:
9494
cd grub && \
9595
./bootstrap && \
9696
./autogen.sh && \
97-
./configure --prefix=$HOME/local --platform=pc && \
97+
./configure --prefix=$HOME/local platform=pc && \
9898
make && \
9999
sudo make install && \
100100
@echo Installed Grub-BIOS

0 commit comments

Comments
 (0)