summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2026-01-30 20:27:55 -0700
committermo khan <mo@mokhan.ca>2026-01-30 20:27:55 -0700
commit94476e4f0e154677d6fd536a3103379e5d51e2f6 (patch)
tree585e042d6443572a829ed07cfdabe1fd696eaffb /Makefile
parentf51476f56bd40660d51aea9df6f5f31d36fa59dc (diff)
feat: add command to generate css files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1a7dfd..65cd1f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: build test clean run release
+.PHONY: build test clean run release css
build:
go build -o gitmal ./cmd/gitmal
@@ -14,3 +14,6 @@ clean:
release:
CGO_ENABLED=0 go build -o gitmal ./cmd/gitmal
+
+css:
+ go run ./cmd/css