Add simple Makefile

This commit is contained in:
Ken Hibino 2021-01-05 15:24:11 -08:00
parent 44f893ad35
commit 22df9d1332

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
assets:
cd ./ui && yarn build
# TODO: Update this once go1.16 is released.
go_bin:
go1.16beta1 build -o asynqmon .
# Target to build a release binary.
build: assets go_bin