1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-26 10:50:11 +00:00
grpcox/Makefile

13 lines
165 B
Makefile
Raw Normal View History

2019-09-13 07:46:36 +00:00
usage: FORCE
exit 1
FORCE:
include config.env
export $(shell sed 's/=.*//' config.env)
start: FORCE
@echo " >> building..."
@mkdir -p log
@go build
@./grpcox