mirror of
https://github.com/logos-messaging/go-zerokit-rln-x86_64.git
synced 2026-01-02 05:23:12 +00:00
10 lines
227 B
Makefile
10 lines
227 B
Makefile
.PHONY: rlnlib
|
|
|
|
SHELL := bash # the shell used internally by Make
|
|
|
|
GOBIN ?= $(shell which go)
|
|
|
|
rlnlib:
|
|
scripts/build.sh
|
|
cd zerokit/rln && cbindgen --config ../../cbindgen.toml --crate rln --output ../../rln/librln.h --lang c
|