X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e07b72471fa62945801b4a4e3bcac662a1b4888d..e8d54384d2b49983ba17471527db797159bfede4:/Makefile diff --git a/Makefile b/Makefile index c0c1e43..f611cb9 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ all: tiano gnuefi: +make -C $(LIBEG_DIR) +make -C $(MOK_DIR) + +make -C $(EFILIB_DIR) +make -C $(LOADER_DIR) +make -C $(GPTSYNC_DIR) gnuefi # +make -C $(FS_DIR) all_gnuefi @@ -35,7 +36,7 @@ tiano: +make AR_TARGET=mok -C $(MOK_DIR) -f Make.tiano +make BUILDME=refind DLL_TARGET=refind -C $(LOADER_DIR) -f Make.tiano +make -C $(GPTSYNC_DIR) -f Make.tiano - +make -C $(FS_DIR) +# +make -C $(FS_DIR) clean: make -C $(LIBEG_DIR) clean @@ -53,10 +54,10 @@ clean: # binary packages (RPMs, Debian packages, etc.). (Gentoo could # use it in an ebuild, though....) You COULD, however, copy the # files to a directory somewhere (/usr/share/refind or whatever) -# and then call install.sh as part of the binary package +# and then call refind-install as part of the binary package # installation process. install: - ./install.sh + ./refind-install # DO NOT DELETE