nthmail/Makefile
Guilherme Rugai Freire 48e7b5a9a5
integrate web and mail server
now, there is only one binary that starts both servers,
making them use the same SQL connection.

this commit also added some `defer tx.Commit()` to ensure
all the transactions were closed
2024-07-10 16:56:46 -03:00

5 lines
61 B
Makefile

all:
templ generate
go build -o ./bin/server ./cmd/server