5 lines
58 B
Makefile
5 lines
58 B
Makefile
|
export PKG_CONFIG=./pkg-config.sh
|
||
|
|
||
|
build:
|
||
|
go build ./...
|