From a4e02bd4c00e3456594eda5c2fc55b0900a4cec9 Mon Sep 17 00:00:00 2001 From: curly Date: Tue, 28 Feb 2023 15:27:00 -0700 Subject: use wss and include caddyfile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a93bc93..2aa51a0 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,7 @@ copy: cp src/main.css build/ clean: - rm -r build \ No newline at end of file + rm -r build + +run: build + caddy run \ No newline at end of file -- cgit v1.2.3