aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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