2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-04-21 00:58:05 +08:00
Files
asynqmon/Makefile

12 lines
184 B
Makefile

assets:
cd ./ui && yarn build
# TODO: Update this once go1.16 is released.
go_binary:
go1.16beta1 build -o asynqmon .
# Target to build a release binary.
build: assets go_binary