Skip to content

Commit 3d9364f

Browse files
committed
* Updated makefile
1 parent 2c3300d commit 3d9364f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ clean:
8686
.PHONY: Install-Grub-BIOS
8787
Install-Grub-BIOS:
8888
git clone https://git.savannah.gnu.org/git/grub.git
89-
cd grub
9089
sudo apt-get install build-essential autoconf automake
90+
cd grub
91+
ls
9192
./autogen.sh
9293
./configure --prefix=$HOME/local --platform=pc-i386
9394
make

0 commit comments

Comments
 (0)