summaryrefslogtreecommitdiff
path: root/Examples/python/enum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/enum/Makefile')
-rw-r--r--Examples/python/enum/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/python/enum/Makefile b/Examples/python/enum/Makefile
index 71af176f9..19580883e 100644
--- a/Examples/python/enum/Makefile
+++ b/Examples/python/enum/Makefile
@@ -14,6 +14,7 @@ static::
TARGET='mypython' INTERFACE='$(INTERFACE)' python_cpp_static
clean::
- rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
+ $(MAKE) -f $(TOP)/Makefile python_clean
+ rm -f $(TARGET).py
check: all