Add user.make for persistent custom settings.

This commit is contained in:
Sebastian Rasmussen
2021-03-26 16:41:43 +01:00
parent d1160c7933
commit 72e95a48e3
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -7,5 +7,6 @@ build
tags
# Editor settings:
user.make
.exrc
.vimrc
+2
View File
@@ -1,5 +1,7 @@
# Build type and install directories:
-include user.make
build ?= release
prefix ?= /usr/local