diff options
author | EuAndreh <eu@euandre.org> | 2024-10-23 12:38:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-23 12:38:37 -0300 |
commit | ce25cb37a8170d9b8337f48c27b906e4580cc2cd (patch) | |
tree | 774f4597cf233617b84affdbbae554cf6550d138 /Makefile | |
parent | Makefile: Install under $(PREFIX)/share/html over $(PREFIX)/share/doc (diff) | |
download | papo.im-ce25cb37a8170d9b8337f48c27b906e4580cc2cd.tar.gz papo.im-ce25cb37a8170d9b8337f48c27b906e4580cc2cd.tar.xz |
Makefile: Rename from "website" to "papo.im"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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". |