aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/Makefile2
1 files changed, 1 insertions, 1 deletions
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. $< $@