8 lines
177 B
Makefile
8 lines
177 B
Makefile
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
export GO111MODULE=on
|
|
|
|
build:
|
|
cd epson/faxmachine &&\
|
|
go build -o ../library_bridge.so -buildmode=c-shared ../library_bridge.go
|
|
|