We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6a2b commit 77b7a78Copy full SHA for 77b7a78
.gitignore
@@ -124,3 +124,6 @@ prime/
124
/AGENT.md
125
/CLAUDE.md
126
/llms.txt
127
+
128
+# a makefile for personal convenience make targets
129
+Makefile.local
Makefile
@@ -199,6 +199,10 @@ TEST_MSSQL_DBNAME ?= gitea
199
TEST_MSSQL_USERNAME ?= sa
200
TEST_MSSQL_PASSWORD ?= MwantsaSecurePassword1
201
202
+# Include local personalizations
203
+# Makefile.local is gitignored
204
+sinclude Makefile.local
205
206
.PHONY: all
207
all: build
208
0 commit comments