From 8e5a427bab41328381a04978cb80c4c81afaae9b Mon Sep 17 00:00:00 2001 From: shadlyd15 Date: Sat, 7 May 2022 21:59:45 +0200 Subject: [PATCH] Initial --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 499550b..9a2bcdc 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Here is a guide you can follow for more details on how to compile and install gn Change the following macros in makefile to locate GNU-EFI **libraries** and **headers** installed on the previous step. ```makefile - INCDIR = /usr/local/include - LIBDIR = /usr/local/lib - EFILIB = /usr/local/lib + INCDIR = /usr/local/include + LIBDIR = /usr/local/lib + EFILIB = /usr/local/lib ``` # NesUEFI on qemu :