summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-15 12:08:26 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-15 12:08:26 -0600
commita35780ab78c0733ad48213706276d8fca4eb8264 (patch)
treeb6d2238e1ffcb94b54659c5f1e401c83a7901e0b /Makefile
parent5b7727162d461cd36e1c828b06a6c8e04e2fbce7 (diff)
imworkingon: Fuss with status styling
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 >$@