aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
-rwxr-xr-xbin/pb2
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 48bf394..4773052 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
.POSIX:
FQDN = euandre.org
-.SILENT: fqdn
-
.SUFFIXES:
.SUFFIXES: .ly .flac .midi .ogg .pdf
diff --git a/bin/pb b/bin/pb
index 5c51c46..cb9ef89 100755
--- a/bin/pb
+++ b/bin/pb
@@ -72,7 +72,7 @@ url() {
DATE="$1"
SLUG="$2"
printf 'https://%s/pastebin/%s/%s.html' \
- "$(make fqdn)" \
+ "$(make -s fqdn)" \
"$(echo "$DATE" | tr '-' '/')" \
"$SLUG"
}