summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 641e853..7dd5d07 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,10 @@ DOCKER_IMAGE=a73xsh/home:${VERSION}
serve:
go run ./cmd/home
+.PHONY: css
+css:
+ go run contrib/styles.go > public/static/syntax.css
+
.PHONY: image
image:
docker build . -t ${DOCKER_IMAGE}