diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,11 +55,11 @@ else endif endif -include docker/Makefile - .PHONY: all all: build +include docker/Makefile + .PHONY: clean clean: $(GO) clean -i ./... |
index : gitea.git | ||
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/gitea | www-data |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 4 |
@@ -55,11 +55,11 @@ else endif endif -include docker/Makefile - .PHONY: all all: build +include docker/Makefile + .PHONY: clean clean: $(GO) clean -i ./... |