diff options
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 |
