diff --git a/Makefile b/Makefile deleted file mode 100644 index b03f3f4..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -.PHONY: dev install - -dev: - @echo "Starting development server..." - go run main.go - -install: - @echo "Installing dependencies..." - go mod tidy - go get -u gopkg.in/gomail.v2 - @echo "Build complete. Run with: go run main.go"