Makefile 195 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1
sync_group_code:
hujiebin's avatar
hujiebin committed
2 3 4
	CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o sync_group_code sync_group_code.go
user_charge:
	CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o user_charge_2 user_charge.go