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