From 597f55ce02dc742a7ad51d33743d85c6fe424d53 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 12 Feb 2021 19:30:43 -0500 Subject: [PATCH] Ignore missing css files during make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5420916ad..034be8abb 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ clean: rm -f deploy/*~ rm -f translations/*~ rm -rf __pycache__ - rm calendar.css blog.css epicyon.css follow.css login.css options.css search.css suspended.css + rm -f calendar.css blog.css epicyon.css follow.css login.css options.css search.css suspended.css