diff --git a/Makefile b/Makefile index 14b1b83..8547c7e 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,6 @@ 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