Skip to content

Commit 77b7a78

Browse files
Add ability for local makefile with personal customizations that wouldn't affect upstream
1 parent 17a6a2b commit 77b7a78

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,6 @@ prime/
124124
/AGENT.md
125125
/CLAUDE.md
126126
/llms.txt
127+
128+
# a makefile for personal convenience make targets
129+
Makefile.local

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ TEST_MSSQL_DBNAME ?= gitea
199199
TEST_MSSQL_USERNAME ?= sa
200200
TEST_MSSQL_PASSWORD ?= MwantsaSecurePassword1
201201

202+
# Include local personalizations
203+
# Makefile.local is gitignored
204+
sinclude Makefile.local
205+
202206
.PHONY: all
203207
all: build
204208

0 commit comments

Comments
 (0)