1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-09-28 20:00:39 +00:00
grpcox/Makefile
2019-09-13 14:46:36 +07:00

13 lines
165 B
Makefile

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