Renaming application in Makefile. - staticgit - A git static site generator, the site you are viewing now!
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit b173c1cd71dbdf31b74ece626c89911d8fb566bc
(DIR) parent 11bae29a0c9f1f05ac138f5c0a8fea6c54fcd968
(HTM) Author: Jay Scott <me@jay.scot>
Date: Wed, 17 Jul 2024 20:31:20 +0100
Renaming application in Makefile.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-APP_NAME := sealgit
+APP_NAME := staticgit
BUILD_DIR := build
GO_FLAGS := -ldflags="-s -w"