label_printer/Makefile

9 lines
177 B
Makefile
Raw Permalink Normal View History

2024-09-25 19:48:36 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
2024-09-25 20:20:55 +00:00
export GO111MODULE=on
2024-09-12 19:46:29 +00:00
build:
cd epson/faxmachine &&\
2024-09-12 19:46:29 +00:00
go build -o ../library_bridge.so -buildmode=c-shared ../library_bridge.go