aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-30 06:14:06 -0300
committerEuAndreh <eu@euandre.org>2024-10-30 06:14:06 -0300
commit9f1cc9ee4163942088687a8c4b7303771f617f9c (patch)
tree5a83048c599a723ff7f6aa95f06f2d641782f4bd /Makefile
parent.gitignore: Include pattern for cgo (diff)
downloaddedo-9f1cc9ee4163942088687a8c4b7303771f617f9c.tar.gz
dedo-9f1cc9ee4163942088687a8c4b7303771f617f9c.tar.xz
Rename "gkv" -> "dedo"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d08fc6b..ed644b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
DATE = 1970-01-01
VERSION = 0.1.0
-NAME = gkv
+NAME = dedo
NAME_UC = $(NAME)
LANGUAGES = en
## Installation prefix. Defaults to "/usr".