X-Git-Url: https://code.delx.au/refind/blobdiff_plain/585c573c8a388e97d115c77cbecd9d6b42d693cb..37c98e1a4e30f80d6a7f7158bc27c81a1c3cac37:/Makefile diff --git a/Makefile b/Makefile index f611cb9..550cb43 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ # Makefile for rEFInd + +# This program is licensed under the terms of the GNU GPL, version 3, +# or (at your option) any later version. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + CC=gcc CXX=g++ CXXFLAGS=-O2 -fpic -D_REENTRANT -D_GNU_SOURCE -Wall -g