Skip to content

Commit 72e95a4

Browse files
committed
Add user.make for persistent custom settings.
1 parent d1160c7 commit 72e95a4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ build
77
tags
88

99
# Editor settings:
10+
user.make
1011
.exrc
1112
.vimrc

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Build type and install directories:
22

3+
-include user.make
4+
35
build ?= release
46

57
prefix ?= /usr/local

0 commit comments

Comments
 (0)