summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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