Delete Makefile

This commit is contained in:
Tomáš Dvořák
2025-05-22 10:59:15 +02:00
committed by GitHub
parent 972b795a7e
commit 3b24a2e2c1
-11
View File
@@ -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"