From c698fb657f4c8aac65006da4c1fdcf1729b75d76 Mon Sep 17 00:00:00 2001 From: danghvu Date: Sun, 1 Dec 2013 13:48:53 -0600 Subject: [PATCH] Add clean target for bindings/Makefile --- bindings/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/Makefile b/bindings/Makefile index a60efb54..72ab118d 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -44,4 +44,9 @@ test_diff: FORCE $(DIFF) $(TEST_MIPS)_e $(TEST_MIPS)_o $(DIFF) $(TEST_X86)_e $(TEST_X86)_o +clean: + rm -rf $(TMPDIR) + $(MAKE) clean -C java + $(MAKE) clean -C python + FORCE: