Makefile 66 B

12345
  1. all:
  2. go build -o ../bin/cgo.so -buildmode=c-shared
  3. .PHONY: all