summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2022-02-16 16:52:51 +0100
committerStevenWdV <stevenwdv@gmail.com>2022-02-16 16:52:51 +0100
commit32bd89a77c8aa2fed235291171791def04724b8d (patch)
treea95ed7dabb1282ddcbc99f6c4c75e1b7e4b9fc32 /Makefile
parent7798aac9279bb03baaa576059f2c19b283cd39bb (diff)
Fix small Makefile errors & Python wrapper return value
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