From 1fbfa8669cd741683d1b4a73163457fc988db5f5 Mon Sep 17 00:00:00 2001 From: liuhaitao Date: Fri, 1 May 2020 09:39:08 +0800 Subject: [PATCH] Cleanup testdir dir in make distclean Signed-off-by: liuhaitao --- examples/romfs/Makefile | 1 + 1 file changed, 1 insertion(+) 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