phony run

This commit is contained in:
Vicente Ferrari Smith 2025-10-09 07:42:28 +02:00
parent ae0008d2ca
commit b190bcc21a

View File

@ -14,6 +14,7 @@ build:
cp -r ui bin/linux_amd64
cp Caddyfile bin/linux_amd64
.PHONY: run
run:
@echo "Running the website..."
go run ./cmd/web/*.go