From 19d2986490e506884ee310319ac395b387b2d1c0 Mon Sep 17 00:00:00 2001 From: OrvilleRed Date: Tue, 4 Jul 2023 23:01:09 -0400 Subject: [PATCH] Workaround for https://github.com/iv-org/invidious/issues/3909 Fixed typo found in code review, thank you @SamantazFox ! --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 929b11e1..d4657792 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ clean: distclean: clean rm -rf libs + rm -rf ~/.cache/{crystal,shards} # -----------------------