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
######### Header #########
HERE:= $(notdir $(CURDIR))
HERE:=$(dir $(lastword $(MAKEFILE_LIST)))
######### General #########
BUILD_FOR:=$(shell uname)

Loading…
Cancel
Save