-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,2 +5,5 @@ export TOPDIR:=$(shell pwd) | |||
5 | include $(TOPDIR)/Vars.make | 5 | include $(TOPDIR)/Vars.make |
6 | ifneq ($(wildcard $(TOPDIR)/Vars.local),) | ||
7 | include $(TOPDIR)/Vars.local | ||
8 | endif | ||
6 | 9 | ||