From b4800d051a71b38cce8dc0ee89edc0742f272384 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Sat, 26 Aug 2023 19:16:57 +0200 Subject: refactor: move PendingBang out of Main --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 $@ -- cgit v1.2.3-70-g09d2