summaryrefslogtreecommitdiffstats
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 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