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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/micropython/Makefile b/apps/interpreters/micropython/Makefile
index 26a9d1c59..c725202a1 100644
--- a/apps/interpreters/micropython/Makefile
+++ b/apps/interpreters/micropython/Makefile
@@ -162,7 +162,7 @@ distclean: clean
$(call DELFILE, .depend)
$(call DELDIR, $(MICROPYTHON_UNPACKNAME))
$(call DELFILE, .downloaded)
- $(call DELFILE, .$(MICROPYTHON_TARBALL))
+ $(call DELFILE, $(MICROPYTHON_TARBALL))
-include $(MICROPTHYON_SRCDIR)/mkrules.mk
-include Make.dep