build: De-symlink LICENSE.md

This commit is contained in:
mintsuki 2021-10-22 20:17:01 +02:00
parent e215f77411
commit 46149eaf8b
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
../LICENSE.md

View File

@ -52,7 +52,7 @@ E9_OUTPUT = false
BUILD_ID := $(shell dd if=/dev/urandom count=8 bs=1 2>/dev/null | od -An -t x4 | sed 's/^ /0x/g;s/ //g')
LIMINE_VERSION := $(shell cat ../version 2>/dev/null || ( git describe --exact-match --tags `git log -n1 --pretty='%h'` 2>/dev/null || ( git log -n1 --pretty='%h' && echo -n "(`git branch --show-current`)" ) ) )
LIMINE_COPYRIGHT := $(shell grep Copyright LICENSE.md)
LIMINE_COPYRIGHT := $(shell grep Copyright ../LICENSE.md)
WERROR = -Werror
CFLAGS ?= -O3 -g -pipe -Wall -Wextra $(WERROR)