summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eee9483..45c75c3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/)))
test-wrappers: build
$(MAKE) $(foreach wrapper,$(WRAPPERS),.test-$(wrapper))
-clean: .clean_libs $(foreach wrapper,$(WRAPPERS),.clean-$(wrapper))
+clean: .clean-libs $(foreach wrapper,$(WRAPPERS),.clean-$(wrapper))
.clean-libs:
$(MAKE) -C exports clean