From 8878d8705f0b0fcddb3979194340ca39df897580 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Sat, 20 Nov 2021 18:09:09 +0100 Subject: Add C bindings and a C# wrapper --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b11b774 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +.PHONY: build test test-go test-wrappers + +build: + $(MAKE) -C exports build + +test: test-go test-wrappers + +test-go: + go test + +test-wrappers: build + $(MAKE) -C wrappers/csharp test -- cgit v1.2.3