diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -37,6 +37,7 @@ series # local makefile local.mk +.*.mk # cscope and Qt files cscope.out @@ -25,7 +25,8 @@ MAN1DIR=$(MANDIR)/man1 # # CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2 # --include local.mk +SPARSE_LOCAL_CONFIG ?= local.mk +-include ${SPARSE_LOCAL_CONFIG} ######################################################################## |
