mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 12:39:51 +01:00
6 lines
179 B
Makefile
6 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
|