Fix: include of local.conf

sync
heck 2020-01-10 00:57:05 +01:00
parent e9d5c27bc0
commit d7d8371e61
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# see LICENSE.txt
######### Header #########
HERE:= $(notdir $(CURDIR))
HERE:=$(dir $(lastword $(MAKEFILE_LIST)))
######### General #########
BUILD_FOR:=$(shell uname)