move lib to different repo

This commit is contained in:
Andrea Franz 2021-09-11 18:13:56 +02:00
parent d9dd026061
commit c8058144ce
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
2 changed files with 0 additions and 11 deletions

View File

@ -7,10 +7,3 @@ deps:
test:
go test -v ./...
keycard-lib: ##@cross-compile Build keycard-go as static library for current platform
mkdir -p $(GOBIN)/libkeycard
@echo "Building static library..."
go build -buildmode c-shared -o $(GOBIN)/libkeycard/libkeycard.so ./cmd/lib
@echo "Static library built:"
@ls -la $(GOBIN)/libkeycard/*

View File

@ -1,4 +0,0 @@
package main
func main() {
}