summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82d7d1b..e6a0747 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ generate-clean:
public/imworkingon/index.html: FORCE
go run ./cmd/generate
public/imworkingon/imworkingon.css: public/imworkingon/imworkingon.scss
- scss $< $@
+ sass $< $@
public/sponsor/liberapay-icon.svg:
curl -L https://liberapay.com/assets/liberapay/icon-v2_black.svg >$@