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