summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-23 12:38:37 -0300
committerEuAndreh <eu@euandre.org>2024-10-23 12:38:37 -0300
commitce25cb37a8170d9b8337f48c27b906e4580cc2cd (patch)
tree774f4597cf233617b84affdbbae554cf6550d138 /Makefile
parentMakefile: Install under $(PREFIX)/share/html over $(PREFIX)/share/doc (diff)
downloadpapo.im-ce25cb37a8170d9b8337f48c27b906e4580cc2cd.tar.gz
papo.im-ce25cb37a8170d9b8337f48c27b906e4580cc2cd.tar.xz
Makefile: Rename from "website" to "papo.im"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13e6d79..9369e0d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
DATE = 1970-01-01
VERSION = 0.1.0
-NAME = website
+NAME = papo.im
NAME_UC = $(NAME)
LANGUAGES = en
## Installation prefix. Defaults to "/usr".