summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2026-01-19 14:18:39 -0500
committersiddharth ravikumar <s@ricketyspace.net>2026-01-19 14:18:52 -0500
commitdfb7ea512ca68f5474239ea2f215e8edd7b2c094 (patch)
treefbb6f9878e1cda16bfe0d943f69b1c9bbd2fd907 /Makefile
parentcf80fe871fdba6c19193c0aa3aa89eec57e07b0b (diff)
Makefile: add debug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b781683..0858dc2 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,10 @@ test:
${CSS}: static/peach.css
./bin/minify
+debug:
+ dlv --headless --listen ":8152" debug .
+.PHONY: debug
+
clean:
go clean
.PHONY: clean