4 lines
63 B
Makefile
4 lines
63 B
Makefile
all: build
|
|
|
|
build:
|
|
go build -buildmode=c-archive -o rreslib.a
|