aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-08-26 19:16:57 +0200
committerLia Lenckowski <lialenck@protonmail.com>2023-08-26 19:16:57 +0200
commitb4800d051a71b38cce8dc0ee89edc0742f272384 (patch)
tree0b0b05d36f09a9ece0dbe58ee7404e5f866fd3e1 /makefile
parenta68afb81885ffdf0d6fe58df5aee57d7e7653ee9 (diff)
downloadfastbangs-b4800d051a71b38cce8dc0ee89edc0742f272384.tar
fastbangs-b4800d051a71b38cce8dc0ee89edc0742f272384.tar.bz2
fastbangs-b4800d051a71b38cce8dc0ee89edc0742f272384.tar.zst
refactor: move PendingBang out of Main
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 12be4bd..b2e49af 100644
--- a/makefile
+++ b/makefile
@@ -32,4 +32,4 @@ deploy/style.css: frontend/style.sass
sassc $< $@
frontend/fuzzysort.js:
- curl 'https://cdn.jsdelivr.net/npm/fuzzysort@2.0.4/fuzzysort.min.js' -o $@
+ curl -s 'https://cdn.jsdelivr.net/npm/fuzzysort@2.0.4/fuzzysort.min.js' -o $@