asynqmon/Makefile
2021-01-29 23:03:45 -08:00

12 lines
182 B
Makefile

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