diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-15 12:08:26 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-15 12:08:26 -0600 |
commit | a35780ab78c0733ad48213706276d8fca4eb8264 (patch) | |
tree | b6d2238e1ffcb94b54659c5f1e401c83a7901e0b /Makefile | |
parent | 5b7727162d461cd36e1c828b06a6c8e04e2fbce7 (diff) |
imworkingon: Fuss with status styling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 >$@ |