From cb01a0945eefa1f8dd1743f821a6cc21d2a24ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Aug 2022 00:50:59 +0200 Subject: make clean in static shouldn't fail if the file isn't there. --- static/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Makefile b/static/Makefile index 9292ed8a..12727669 100644 --- a/static/Makefile +++ b/static/Makefile @@ -28,7 +28,7 @@ install: all install -m644 -t $(DESTDIR)/usr/share/calp/www/ $(TARGETS) clean: - rm $(TARGETS) + -rm $(TARGETS) %.css: %.scss scss $(WATCH) -I. $< $@ -- cgit v1.2.3