mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 12:19:52 +01:00
6 lines
189 B
Makefile
6 lines
189 B
Makefile
migrate:
|
|
go run -v ./scripts/migrate
|
|
|
|
.PHONY: api
|
|
api:
|
|
go build -v -o api -ldflags="-buildid= -X gitlab.com/1f320/pronouns/backend/server.Revision=`git rev-parse --short HEAD`" ./backend
|