diff options
author | curly <curlybryce@protonmail.com> | 2023-02-28 15:27:00 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-28 15:27:00 -0700 |
commit | a4e02bd4c00e3456594eda5c2fc55b0900a4cec9 (patch) | |
tree | 35602d68d91a77439ef9fc654cb7c4a0ebd0d1de /Makefile | |
parent | 1f03e7bc160a63d4d57c21bf9ec60e2cd46a382a (diff) | |
download | rocket_test_ui-a4e02bd4c00e3456594eda5c2fc55b0900a4cec9.tar.gz rocket_test_ui-a4e02bd4c00e3456594eda5c2fc55b0900a4cec9.tar.bz2 rocket_test_ui-a4e02bd4c00e3456594eda5c2fc55b0900a4cec9.zip |
use wss and include caddyfile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |