1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 05:18:29 +00:00

Add ability for local makefile with personal customizations that wouldnt affect remote repo (#35836)

This would allow developers to keep a local file that'd add personal
makefile targets for niche convenience customization without having to
have the git workspace polluted with uncommitted changes.

---------

Signed-off-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
techknowlogick
2025-11-08 15:23:55 -05:00
committed by GitHub
parent c12bc4aa30
commit 919348665b
3 changed files with 8 additions and 0 deletions

View File

@@ -198,6 +198,10 @@ TEST_MSSQL_DBNAME ?= gitea
TEST_MSSQL_USERNAME ?= sa
TEST_MSSQL_PASSWORD ?= MwantsaSecurePassword1
# Include local Makefile
# Makefile.local is listed in .gitignore
sinclude Makefile.local
.PHONY: all
all: build