From bc940a145ca8150bc1e8fbb18d0a4685e9b09ce0 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 24 Nov 2021 17:47:17 +0100 Subject: Support more platforms, add make clean targets, support embedding lib in nupkg --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b11b774..3cb93fa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build test test-go test-wrappers +.PHONY: build test test-go test-wrappers clean build: $(MAKE) -C exports build @@ -10,3 +10,7 @@ test-go: test-wrappers: build $(MAKE) -C wrappers/csharp test + +clean: + $(MAKE) -C exports clean + $(MAKE) -C wrappers/csharp clean -- cgit v1.2.3