diff --git a/examples/romfs/Makefile b/examples/romfs/Makefile index 64079e269..c25b0deeb 100644 --- a/examples/romfs/Makefile +++ b/examples/romfs/Makefile @@ -69,5 +69,6 @@ context:: romfs_testdir.h distclean:: $(call DELFILE, testdir.img) $(call DELFILE, romfs_testdir.h) + $(call DELDIR, testdir) include $(APPDIR)/Application.mk