summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-27 09:06:04 -0300
committerEuAndreh <eu@euandre.org>2024-10-27 09:06:04 -0300
commit962f811e46efc95c6050a6a49b47709603abaeb7 (patch)
tree340f9a1ed0b417a80dd89fc74a11170169a203de /Makefile
parentsrc/gracha.go: New() - manage *sql.DB handle internally (diff)
downloadcracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.gz
cracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.xz
Rename gracha -> cracha
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bc298f..618d32a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
DATE = 1970-01-01
VERSION = 0.1.0
-NAME = gracha
+NAME = cracha
NAME_UC = $(NAME)
LANGUAGES = en
## Installation prefix. Defaults to "/usr".