summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/micropython/Makefile')
-rw-r--r--apps/interpreters/micropython/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/interpreters/micropython/Makefile b/apps/interpreters/micropython/Makefile
index 75ed5f45d..26a9d1c59 100644
--- a/apps/interpreters/micropython/Makefile
+++ b/apps/interpreters/micropython/Makefile
@@ -153,6 +153,9 @@ endif
depend: .depend
clean:
+ $(call DELDIR, build)
+ $(call DELFILE, .built)
+ $(call CLEAN)
distclean: clean
$(call DELFILE, Make.dep)