summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2026-01-30 18:38:38 -0700
committermo khan <mo@mokhan.ca>2026-01-30 18:38:38 -0700
commit40fa78b58bb761c6e67b3e1622b3f56c12d81733 (patch)
tree920d121fbf037faa934c69a0245851a96f2cf422 /Makefile
parent5fdc5d8bde0feb99ef450e23c3c9924727951bcb (diff)
chore: remove usage of --theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b6b80e..f1a7dfd 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ test:
go test ./...
run: build
- ./gitmal --theme vim --output output .
+ ./gitmal --output output .
clean:
rm -rf gitmal output