diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-24 17:47:17 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-24 17:47:17 +0100 |
| commit | bc940a145ca8150bc1e8fbb18d0a4685e9b09ce0 (patch) | |
| tree | 20c661ab9fa8f79943e2e019f274abe7c6ad902a /Makefile | |
| parent | 8878d8705f0b0fcddb3979194340ca39df897580 (diff) | |
Support more platforms, add make clean targets, support embedding lib in nupkg
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
