Rename project

This commit is contained in:
2024-12-19 14:55:49 -05:00
parent 06511f5690
commit 4fca4a5e3e
34 changed files with 57 additions and 61 deletions

View File

@ -1,8 +1,4 @@
CMD_NAME := git-project-manager
GO_FORMATTER := gofumpt
IS_GNU_SED := $(shell sed --version >/dev/null 2>&1 && echo true || echo false)
SED_INLINE := $(if $(filter true,$(IS_GNU_SED)),-i,-i '')
.PHONY: all test build install docs clean