X-Git-Url: https://code.delx.au/refind/blobdiff_plain/1f5e6865fb9bf8ebb78b4818a6d54440c7c4004a..dfa921b680497937566695dfefd20a8751947c51:/Makefile diff --git a/Makefile b/Makefile index 2b7a549..e6f6ca0 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,18 @@ all: clean: make -C $(LIB_DIR) clean make -C $(LOADER_DIR) clean + +# NOTE TO DISTRIBUTION MAINTAINERS: +# The "install" target installs the program directly to the ESP +# and it modifies the *CURRENT COMPUTER's* NVRAM. Thus, you should +# *NOT* use this target as part of the build process for your +# 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 +# installation process. + +install: + ./install.sh + # DO NOT DELETE