mirror of
https://github.com/gusaul/grpcox.git
synced 2024-11-16 22:16:25 +00:00
13 lines
165 B
Makefile
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
|