diff --git a/Makefile b/Makefile index 8547c7e..14b1b83 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ install-dep: clean: @rm -r ./dist ./build +publish: + @cd ./outbox && python3 -m http.server + install: ifeq ($(USER), root) @cp ./dist/main /usr/local/bin/blog