diff options
author | EuAndreh <eu@euandre.org> | 2024-08-15 08:41:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-15 08:41:58 -0300 |
commit | 438dffc70c887c7393faf504325da2c14920fc3c (patch) | |
tree | 4b16ee035579356241a17cc05c9e5eb246e4f7f5 | |
parent | packages.scm: Add $(VERSION) flag to Go packages (diff) | |
download | asami-438dffc70c887c7393faf504325da2c14920fc3c.tar.gz asami-438dffc70c887c7393faf504325da2c14920fc3c.tar.xz |
Makefile: Add $(URL)
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ SHAREDIR = $(PREFIX)/share DOCDIR = $(SHAREDIR)/doc/$(NAME) ## Where to store the installation. Empty by default. DESTDIR = +URL = papo.im TLD = $(URL) OFFSITE_SSH = 00000@aa0000.rsync.net |