Browse Source

Fix: include of local.conf

sync
heck 6 years ago
parent
commit
d7d8371e61
  1. 2
      Makefile.conf

2
Makefile.conf

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

Loading…
Cancel
Save